summaryrefslogtreecommitdiffstats
path: root/apps
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:05:20 +0100
commitb0ef844283ff123281b89c5fca3421fd01188274 (patch)
tree50788f9467bece33f653994d72e48ce438588ae7 /apps
parent0b3fec502298f9a16889d2507948a916416e71cf (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) (cherry picked from commit 2eb75291c1357cdaf852e0da613edc14f3d5ae4f)
Diffstat (limited to 'apps')
-rw-r--r--apps/list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/list.c b/apps/list.c
index 0d12bd6bec..514abacfc8 100644
--- a/apps/list.c
+++ b/apps/list.c
@@ -1474,7 +1474,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" },