From bc5e1c5cec75cf0397a79545f225928a849175d7 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:27:45 +0100 Subject: [PATCH] Correct return value documentation for X509V3_set_ctx() Reviewed-by: Kurt Roeckx Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/26295) (cherry picked from commit 817a2b2b4955da0233fe7e6e4bd16c0255262b4f) --- doc/man3/X509V3_set_ctx.pod | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/man3/X509V3_set_ctx.pod b/doc/man3/X509V3_set_ctx.pod index 8287802e41b..e266690c580 100644 --- a/doc/man3/X509V3_set_ctx.pod +++ b/doc/man3/X509V3_set_ctx.pod @@ -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 -- 2.47.2