summaryrefslogtreecommitdiffstats
path: root/tests/openpgp/conventional.test
diff options
context:
space:
mode:
Diffstat (limited to 'tests/openpgp/conventional.test')
-rwxr-xr-xtests/openpgp/conventional.test4
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