From: Dr. Stephen Henson Date: Sat, 10 May 2014 01:04:23 +0000 (+0100) Subject: Correct example. X-Git-Tag: master-pre-reformat~762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e674744d910d9ab03f44e4e8ca68cf96a2b4a0;p=thirdparty%2Fopenssl.git Correct example. --- diff --git a/doc/apps/ciphers.pod b/doc/apps/ciphers.pod index 3053ff37248..ca839af56ac 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