Correct return value documentation for X509V3_set_ctx()

Reviewed-by: Kurt Roeckx <kurt@roeckx.be>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/26295)
This commit is contained in:
Michael Baentsch 2025-01-01 19:27:45 +01:00 committed by Tomas Mraz
parent 65db21935a
commit 817a2b2b49

View File

@ -45,8 +45,7 @@ to provide fallback data for the authority key identifier extension.
=head1 RETURN VALUES
X509V3_set_ctx() and X509V3_set_issuer_pkey()
return 1 on success and 0 on error.
X509V3_set_issuer_pkey() returns 1 on success and 0 on error.
=head1 SEE ALSO