summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-10-21 14:30:31 +1000
committerPauli <paul.dale@oracle.com>2020-10-22 22:27:10 +1000
commitfc1ccdffe96bc9d32f4287c31f7ff99f9dd37854 (patch)
treea6198e83f011e8fd02ee2511f3df5c23c59e8f93
parenta49d0a491c659aacabadc957ab11c738db03a734 (diff)
enc: change the text to reference `-list` instead of the deprecated `-ciphers`
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/13204)
-rw-r--r--doc/man1/openssl-enc.pod.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/openssl-enc.pod.in b/doc/man1/openssl-enc.pod.in
index 954b17e778..27da1c70aa 100644
--- a/doc/man1/openssl-enc.pod.in
+++ b/doc/man1/openssl-enc.pod.in
@@ -256,7 +256,7 @@ Blowfish and RC5 algorithms use a 128 bit key.
Note that some of these ciphers can be disabled at compile time
and some are available only if an appropriate engine is configured
in the configuration file. The output when invoking this command
-with the B<-ciphers> option (that is C<openssl enc -ciphers>) is
+with the B<-list> option (that is C<openssl enc -list>) is
a list of ciphers, supported by your version of OpenSSL, including
ones provided by configured engines.