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.6.0-alpha1~747 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=913ee3af63e09c4f298cc8bcf9bead84ccdf90a0;p=thirdparty%2Fopenssl.git d2i_X509.pod: add missing doc of return value of i2d_ASN1_bio_stream() Reviewed-by: Tomas Mraz Reviewed-by: Dmitry Belyavskiy (Merged from https://github.com/openssl/openssl/pull/27368) --- diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod index df5ea65e596..8e04c2286c5 100644 --- a/doc/man3/d2i_X509.pod +++ b/doc/man3/d2i_X509.pod @@ -588,8 +588,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