From: Matt Caswell Date: Wed, 1 Jul 2020 08:30:53 +0000 (+0100) Subject: Fix a typo in the i2d_TYPE_fp documentation X-Git-Tag: openssl-3.0.0-alpha5~103 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bb2d726d75c062513b796d6c76c2a1ea9ff27e24;p=thirdparty%2Fopenssl.git 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 (Merged from https://github.com/openssl/openssl/pull/12338) --- diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod index 4dea774fb62..fdf6c1d669e 100644 --- a/doc/man3/d2i_X509.pod +++ b/doc/man3/d2i_X509.pod @@ -453,7 +453,7 @@ the encoding of the structure I to BIO I and it returns 1 for success and 0 for failure. B_fp>() is similar to B>() except it writes -the encoding of the structure I to BIO I and it +the encoding of the structure I to FILE pointer I and it returns 1 for success and 0 for failure. These routines do not encrypt private keys and therefore offer no