]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Correct return value documentation for X509V3_set_ctx()
authorMichael Baentsch <57787676+baentsch@users.noreply.github.com>
Wed, 1 Jan 2025 18:27:45 +0000 (19:27 +0100)
committerTomas Mraz <tomas@openssl.org>
Fri, 3 Jan 2025 15:57:51 +0000 (16:57 +0100)
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)

doc/man3/X509V3_set_ctx.pod

index cce5155fec4f5b5ed5e8a5f4cb13a5feb4b24f6a..6da1b9cd4b380d8c9918f1104f04eefab272bd58 100644 (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