diff options
Diffstat (limited to 'tests/openpgp/conventional.test')
-rwxr-xr-x | tests/openpgp/conventional.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/openpgp/conventional.test b/tests/openpgp/conventional.test index 2fd273028..8b75c8a50 100755 --- a/tests/openpgp/conventional.test +++ b/tests/openpgp/conventional.test @@ -11,6 +11,10 @@ done algos="3des" +if have_cipher_algo "IDEA"; then + algos="$algos idea" +fi + if have_cipher_algo "CAST5"; then algos="$algos cast5" fi |