From: Soheil Rashidi Date: Wed, 28 Oct 2015 22:31:06 +0000 (+0330) Subject: Fixed typo in rsautl.pod X-Git-Tag: OpenSSL_1_1_0-pre1~320 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9f07c405bb66d4cba03b00f3a3c1df8bee300120;p=thirdparty%2Fopenssl.git Fixed typo in rsautl.pod Signed-off-by: Rich Salz Reviewed-by: Tim Hudson --- diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod index bc876746416..6b98b518649 100644 --- a/doc/apps/rsautl.pod +++ b/doc/apps/rsautl.pod @@ -56,7 +56,7 @@ the input is a certificate containing an RSA public key. =item B<-sign> sign the input data and output the signed result. This requires -and RSA private key. +an RSA private key. =item B<-verify>