diff options
author | Werner Koch <[email protected]> | 2005-06-21 14:28:12 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-06-21 14:28:12 +0000 |
commit | fa21ccc6d92986c5f92930f39cb3fa8549df3779 (patch) | |
tree | d11ec7eb0ab136414f6125cc40e43dc688fbdf9b /checks/conventional.test | |
parent | . (diff) | |
download | gnupg-RC-1-4-2rc2.tar.gz gnupg-RC-1-4-2rc2.zip |
* conventional.test (algos): Uhh ohh, cut+paste error and notRC-1-4-2rc2
tested.
Diffstat (limited to '')
-rwxr-xr-x | checks/conventional.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checks/conventional.test b/checks/conventional.test index a1a80215d..2fd273028 100755 --- a/checks/conventional.test +++ b/checks/conventional.test @@ -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 |