mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
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:
parent
5b393802ed
commit
bb2d726d75
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user