aboutsummaryrefslogtreecommitdiffstats
path: root/g10/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/misc.c')
-rw-r--r--g10/misc.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/misc.c b/g10/misc.c
index 317bdbdce..86802c0fa 100644
--- a/g10/misc.c
+++ b/g10/misc.c
@@ -224,6 +224,9 @@ print_cipher_algo_note( int algo )
|| algo == CIPHER_ALGO_CAST5
|| algo == CIPHER_ALGO_BLOWFISH
|| algo == CIPHER_ALGO_TWOFISH
+ || algo == CIPHER_ALGO_RIJNDAEL
+ || algo == CIPHER_ALGO_RIJNDAEL192
+ || algo == CIPHER_ALGO_RIJNDAEL256
)
;
else {