]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
d2i_X509.pod: add missing doc of return value of i2d_ASN1_bio_stream()
authorDr. David von Oheimb <dev@ddvo.net>
Mon, 14 Apr 2025 09:20:18 +0000 (11:20 +0200)
committerTomas Mraz <tomas@openssl.org>
Mon, 18 Aug 2025 16:04:03 +0000 (18:04 +0200)
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27567)

(cherry picked from commit 4376c9571a3e4729743f5806ee453c704355a030)

doc/man3/d2i_X509.pod

index c4b589dd89576e4c93a4208b95685de57f1981f9..34796fb73a727f81e4ce48d44c276f8f413dfb95 100644 (file)
@@ -500,8 +500,9 @@ freed in the event of error and I<*a> is set to NULL.
 B<i2d_I<TYPE>>() returns the number of bytes successfully encoded or a negative
 value if an error occurs.
 
-B<i2d_I<TYPE>_bio>() and B<i2d_I<TYPE>_fp>() return 1 for success and 0 if an
-error occurs.
+B<i2d_I<TYPE>_bio>() and B<i2d_I<TYPE>_fp>(),
+as well as i2d_ASN1_bio_stream(),
+return 1 for success and 0 if an error occurs.
 
 =head1 EXAMPLES