Document return value of OSSL_DECODER_from_data

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)

(cherry picked from commit 7e5505107a)
This commit is contained in:
Benno Evers 2023-02-17 13:03:19 +01:00 committed by Pauli
parent d1e1a8feeb
commit a57ab43975
1 changed files with 2 additions and 2 deletions

View File

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