mirror of https://github.com/openssl/openssl.git
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:
parent
d1e1a8feeb
commit
a57ab43975
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue