[openssl] master update

Matt Caswell matt at openssl.org
Fri Jul 3 16:38:50 UTC 2020


The branch master has been updated
       via  bb2d726d75c062513b796d6c76c2a1ea9ff27e24 (commit)
      from  5b393802ede77d6b5678e69c3ba9854042726aa1 (commit)


- Log -----------------------------------------------------------------
commit bb2d726d75c062513b796d6c76c2a1ea9ff27e24
Author: Matt Caswell <matt at openssl.org>
Date:   Wed Jul 1 09:30:53 2020 +0100

    Fix a typo in the i2d_TYPE_fp documentation
    
    Thanks to Michael Mueller on the openssl-users list for the suggested
    improvement.
    
    Reviewed-by: Nicola Tuveri <nic.tuv at gmail.com>
    (Merged from https://github.com/openssl/openssl/pull/12338)

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

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

diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod
index 4dea774fb6..fdf6c1d669 100644
--- a/doc/man3/d2i_X509.pod
+++ b/doc/man3/d2i_X509.pod
@@ -453,7 +453,7 @@ the encoding of the structure I<a> to BIO I<bp> and it
 returns 1 for success and 0 for failure.
 
 B<i2d_I<TYPE>_fp>() is similar to B<i2d_I<TYPE>>() except it writes
-the encoding of the structure I<a> to BIO I<bp> and it
+the encoding of the structure I<a> to FILE pointer I<fp> and it
 returns 1 for success and 0 for failure.
 
 These routines do not encrypt private keys and therefore offer no


More information about the openssl-commits mailing list