diff options
Diffstat (limited to 'checks/conventional.test')
-rwxr-xr-x | checks/conventional.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/checks/conventional.test b/checks/conventional.test index 2fd273028..8b75c8a50 100755 --- a/checks/conventional.test +++ b/checks/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 |