]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Document return value of OSSL_DECODER_from_data
authorBenno Evers <benno@bourbaki>
Fri, 17 Feb 2023 12:03:19 +0000 (13:03 +0100)
committerPauli <pauli@openssl.org>
Mon, 20 Feb 2023 23:24:46 +0000 (10:24 +1100)
CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20327)

doc/man3/OSSL_DECODER_from_bio.pod

index 5118dee9ac8bca60108dbd761681ef9b5de7c11a..e9df3c046dce252a935c435c98e7315650c203f1 100644 (file)
@@ -42,8 +42,8 @@ except that the input is coming from the B<FILE> I<fp>.
 
 =head1 RETURN VALUES
 
-OSSL_DECODER_from_bio() and OSSL_DECODER_from_fp() return 1 on success, or 0
-on failure.
+OSSL_DECODER_from_bio(), OSSL_DECODER_from_data() and OSSL_DECODER_from_fp()
+return 1 on success, or 0 on failure.
 
 =head1 EXAMPLES