summaryrefslogtreecommitdiffstats
path: root/apps/enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/enc.c')
-rw-r--r--apps/enc.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/enc.c b/apps/enc.c
index 2101b4cc64..14b82d5ba1 100644
--- a/apps/enc.c
+++ b/apps/enc.c
@@ -308,6 +308,11 @@ bad:
LN_rc5_cfb64, LN_rc5_ofb64);
BIO_printf(bio_err," -%-4s (%s)\n","rc5", LN_rc5_cbc);
#endif
+#ifndef NO_RIJNDAEL
+ BIO_printf(bio_err," -%-12s -%-12s -%-12s -%-12s\n",
+ LN_rijndael_ecb_k128_b128,"","","","");
+#endif
+
goto end;
}
argc--;