]> 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:58:28 +0000 (16:58 +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)

(cherry picked from commit 817a2b2b4955da0233fe7e6e4bd16c0255262b4f)

doc/man3/X509V3_set_ctx.pod

index 8287802e41b2f7756fa1624e34a7a4fb8f03d67d..e266690c58031f0bad34e12253c167398e20f114 100644 (file)
@@ -42,8 +42,7 @@ or not) 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