[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Mon Nov 2 06:57:42 UTC 2015


The branch master has been updated
       via  9f07c405bb66d4cba03b00f3a3c1df8bee300120 (commit)
      from  a2aaf8be7e3c22a61ef89f273aa85f482b955336 (commit)


- Log -----------------------------------------------------------------
commit 9f07c405bb66d4cba03b00f3a3c1df8bee300120
Author: Soheil Rashidi <contact at soheilrashidi.com>
Date:   Thu Oct 29 02:01:06 2015 +0330

    Fixed typo in rsautl.pod
    
    Signed-off-by: Rich Salz <rsalz at openssl.org>
    Reviewed-by: Tim Hudson <tjh at openssl.org>

-----------------------------------------------------------------------

Summary of changes:
 doc/apps/rsautl.pod | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/apps/rsautl.pod b/doc/apps/rsautl.pod
index bc87674..6b98b51 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>
 


More information about the openssl-commits mailing list