1
0
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:
Werner Koch 2005-06-21 14:28:12 +00:00
parent 8bda8f784b
commit fa21ccc6d9
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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