[openssl] master update

Matt Caswell matt at openssl.org
Mon Oct 7 08:22:27 UTC 2019


The branch master has been updated
       via  5cf452c7875747e81827759d6efcaecb4cdd90ee (commit)
      from  8e1a15822bcec6a1fb591f2d0ec4ce618d178926 (commit)


- Log -----------------------------------------------------------------
commit 5cf452c7875747e81827759d6efcaecb4cdd90ee
Author: Rich Salz <rsalz at akamai.com>
Date:   Sun Oct 6 13:38:52 2019 -0400

    Fix typo in flag name
    
    Reviewed-by: Richard Levitte <levitte at openssl.org>
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/10110)

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

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

diff --git a/doc/man1/openssl-crl.pod b/doc/man1/openssl-crl.pod
index 11ec7b07b0..7a715fd9a6 100644
--- a/doc/man1/openssl-crl.pod
+++ b/doc/man1/openssl-crl.pod
@@ -9,7 +9,7 @@ openssl-crl - CRL utility
 B<openssl> B<crl>
 [B<-help>]
 [B<-inform> B<DER>|B<PEM>]
-[B<-informout> B<DER>|B<PEM>]
+[B<-outform> B<DER>|B<PEM>]
 [B<-text>]
 [B<-in> I<filename>]
 [B<-out> I<filename>]


More information about the openssl-commits mailing list