From 7481ffffc7dd02a193cf94c8a33b1cebe54acca0 Mon Sep 17 00:00:00 2001 From: Syrone Wong Date: Sun, 24 Apr 2016 21:25:26 +0800 Subject: [PATCH] clarify encrypt method info Signed-off-by: Syrone Wong --- src/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.c b/src/utils.c index 369cd068..7d3cd533 100644 --- a/src/utils.c +++ b/src/utils.c @@ -221,9 +221,9 @@ void usage() printf( " camellia-256-cfb, cast5-cfb, des-cfb,\n"); printf( - " idea-cfb, rc2-cfb, seed-cfb, salsa20 and\n"); + " idea-cfb, rc2-cfb, seed-cfb, salsa20,\n"); printf( - " chacha20.\n"); + " chacha20 and chacha20-ietf.\n"); printf( " The default cipher is tables.\n"); printf("\n");