From: Dr. David von Oheimb Date: Mon, 14 Apr 2025 09:20:18 +0000 (+0200) Subject: d2i_X509.pod: add missing doc of return value of i2d_ASN1_bio_stream() X-Git-Tag: openssl-3.2.6~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5390d2b86d18cccd937fe23ac5b819405fbd6a6;p=thirdparty%2Fopenssl.git d2i_X509.pod: add missing doc of return value of i2d_ASN1_bio_stream() Reviewed-by: Dmitry Belyavskiy Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27567) (cherry picked from commit 4376c9571a3e4729743f5806ee453c704355a030) --- diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod index c4b589dd895..34796fb73a7 100644 --- a/doc/man3/d2i_X509.pod +++ b/doc/man3/d2i_X509.pod @@ -500,8 +500,9 @@ freed in the event of error and I<*a> is set to NULL. B>() returns the number of bytes successfully encoded or a negative value if an error occurs. -B_bio>() and B_fp>() return 1 for success and 0 if an -error occurs. +B_bio>() and B_fp>(), +as well as i2d_ASN1_bio_stream(), +return 1 for success and 0 if an error occurs. =head1 EXAMPLES