mirror of https://github.com/openssl/openssl.git
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)
(cherry picked from commit 817a2b2b49)
This commit is contained in:
parent
579a06cea3
commit
d51b96ab84
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue