From fc1ccdffe96bc9d32f4287c31f7ff99f9dd37854 Mon Sep 17 00:00:00 2001 From: Pauli Date: Wed, 21 Oct 2020 14:30:31 +1000 Subject: [PATCH] enc: change the text to reference `-list` instead of the deprecated `-ciphers` Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/13204) --- doc/man1/openssl-enc.pod.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/openssl-enc.pod.in b/doc/man1/openssl-enc.pod.in index 954b17e7781..27da1c70aac 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) is +with the B<-list> option (that is C) is a list of ciphers, supported by your version of OpenSSL, including ones provided by configured engines. -- 2.47.3