From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Wed, 1 Jan 2025 18:27:45 +0000 (+0100) Subject: Correct return value documentation for X509V3_set_ctx() X-Git-Tag: openssl-3.1.8~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc5e1c5cec75cf0397a79545f225928a849175d7;p=thirdparty%2Fopenssl.git 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) --- 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