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@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/12338)
This commit is contained in:
Matt Caswell 2020-07-01 09:30:53 +01:00
parent 5b393802ed
commit bb2d726d75

View File

@ -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