From: Benno Evers Date: Fri, 17 Feb 2023 12:03:19 +0000 (+0100) Subject: Document return value of OSSL_DECODER_from_data X-Git-Tag: openssl-3.2.0-alpha1~1271 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e5505107aacdf58a4d0c00da90af4b7407c8d65;p=thirdparty%2Fopenssl.git Document return value of OSSL_DECODER_from_data CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Kurt Roeckx Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/20327) --- diff --git a/doc/man3/OSSL_DECODER_from_bio.pod b/doc/man3/OSSL_DECODER_from_bio.pod index 5118dee9ac8..e9df3c046dc 100644 --- a/doc/man3/OSSL_DECODER_from_bio.pod +++ b/doc/man3/OSSL_DECODER_from_bio.pod @@ -42,8 +42,8 @@ except that the input is coming from the B I. =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