mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* conventional.test (algos): Uhh ohh, cut+paste error and not
tested.
This commit is contained in:
parent
8bda8f784b
commit
fa21ccc6d9
2 changed files with 7 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue