From: Dr. Stephen Henson Date: Sat, 10 May 2014 01:04:23 +0000 (+0100) Subject: Correct example. X-Git-Tag: master-post-reformat~815 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=89e674744d910d9ab03f44e4e8ca68cf96a2b4a0;p=oweals%2Fopenssl.git Correct example. --- diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod index 3053ff3724..ca839af56a 100644 --- a/doc/apps/ciphers.pod +++ b/doc/apps/ciphers.pod @@ -597,7 +597,7 @@ encryption. Set security level to 2 and display all ciphers consistent with level 2: - openssl ciphers -v 'ALL:@SECLEVEL=2' + openssl ciphers -s -v 'ALL:@SECLEVEL=2' =head1 SEE ALSO