summaryrefslogtreecommitdiffstats
path: root/apps/list.c
diff options
context:
space:
mode:
authorDaniel Fiala <daniel@openssl.org>2022-10-10 10:53:14 +0200
committerHugo Landau <hlandau@openssl.org>2022-10-24 11:04:23 +0100
commit2eb75291c1357cdaf852e0da613edc14f3d5ae4f (patch)
tree173b60c1573d4945d789e25084b0d82831164a54 /apps/list.c
parent04d07ffbed483660c96d3b197df28ab3b1420637 (diff)
openssl list: Fix help text about -cipher-algorithms option
Fixes openssl#19133 Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19370)
Diffstat (limited to 'apps/list.c')
-rw-r--r--apps/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/list.c b/apps/list.c
index ec5583937c..713a20cafa 100644
--- a/apps/list.c
+++ b/apps/list.c
@@ -1482,7 +1482,7 @@ const OPTIONS list_options[] = {
"List of cipher commands (deprecated)"},
#endif
{"cipher-algorithms", OPT_CIPHER_ALGORITHMS, '-',
- "List of cipher algorithms"},
+ "List of symmetric cipher algorithms"},
{"encoders", OPT_ENCODERS, '-', "List of encoding methods" },
{"decoders", OPT_DECODERS, '-', "List of decoding methods" },
{"key-managers", OPT_KEYMANAGERS, '-', "List of key managers" },