mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* conventional.test (algos): Uhh ohh, cut+paste error and not
tested.
This commit is contained in:
parent
8bda8f784b
commit
fa21ccc6d9
@ -1,3 +1,8 @@
|
||||
2005-06-21 Werner Koch <wk@g10code.com>
|
||||
|
||||
* conventional.test (algos): Uhh ohh, cut+paste error and not
|
||||
tested.
|
||||
|
||||
2005-06-02 Werner Koch <wk@g10code.com>
|
||||
|
||||
* conventional.test: have_cipher_algo now requires uppercase
|
||||
|
@ -12,11 +12,11 @@ done
|
||||
algos="3des"
|
||||
|
||||
if have_cipher_algo "CAST5"; then
|
||||
algos="$algos idea"
|
||||
algos="$algos cast5"
|
||||
fi
|
||||
|
||||
if have_cipher_algo "BLOWFISH"; then
|
||||
algos="$algos idea"
|
||||
algos="$algos blowfish"
|
||||
fi
|
||||
|
||||
if have_cipher_algo "AES"; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user