From aeaff94192e2227f7d6529e24094ce8884b98b2d Mon Sep 17 00:00:00 2001 From: "Dr. David von Oheimb" Date: Mon, 14 Apr 2025 11:20:18 +0200 Subject: [PATCH] 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) --- doc/man3/d2i_X509.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/man3/d2i_X509.pod b/doc/man3/d2i_X509.pod index f0b0d883245..25c5b1081ab 100644 --- a/doc/man3/d2i_X509.pod +++ b/doc/man3/d2i_X509.pod @@ -530,8 +530,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 -- 2.47.3