mirror of
git://git.gnupg.org/gnupg.git
synced 2025-06-21 20:57:57 +02: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>
|
2005-06-02 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* conventional.test: have_cipher_algo now requires uppercase
|
* conventional.test: have_cipher_algo now requires uppercase
|
||||||
|
@ -12,11 +12,11 @@ done
|
|||||||
algos="3des"
|
algos="3des"
|
||||||
|
|
||||||
if have_cipher_algo "CAST5"; then
|
if have_cipher_algo "CAST5"; then
|
||||||
algos="$algos idea"
|
algos="$algos cast5"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if have_cipher_algo "BLOWFISH"; then
|
if have_cipher_algo "BLOWFISH"; then
|
||||||
algos="$algos idea"
|
algos="$algos blowfish"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if have_cipher_algo "AES"; then
|
if have_cipher_algo "AES"; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user