[openssl-commits] [openssl] master update

Rich Salz rsalz at openssl.org
Mon Apr 2 11:14:25 UTC 2018


The branch master has been updated
       via  d53df3d08f354a650912c3409a84bea225cf1cc5 (commit)
      from  0e34f37fb1b7474c86ac9a170dfda5226351ecc9 (commit)


- Log -----------------------------------------------------------------
commit d53df3d08f354a650912c3409a84bea225cf1cc5
Author: Illya Gerasymchuk <illya at iluxonchik.me>
Date:   Mon Apr 2 07:13:19 2018 -0400

    fix typo in x509 documentation
    
    Reviewed-by: Andy Polyakov <appro at openssl.org>
    Reviewed-by: Rich Salz <rsalz at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/5829)

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

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

diff --git a/doc/man1/x509.pod b/doc/man1/x509.pod
index c375b3b..6e4d288 100644
--- a/doc/man1/x509.pod
+++ b/doc/man1/x509.pod
@@ -429,7 +429,7 @@ the CA certificate file.
 Sets the CA serial number file to use.
 
 When the B<-CA> option is used to sign a certificate it uses a serial
-number specified in a file. This file consist of one line containing
+number specified in a file. This file consists of one line containing
 an even number of hex digits with the serial number to use. After each
 use the serial number is incremented and written out to the file again.
 


More information about the openssl-commits mailing list