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.5.0-alpha1~791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=817a2b2b4955da0233fe7e6e4bd16c0255262b4f;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) --- diff --git a/doc/man3/X509V3_set_ctx.pod b/doc/man3/X509V3_set_ctx.pod index cce5155fec4..6da1b9cd4b3 100644 --- a/doc/man3/X509V3_set_ctx.pod +++ b/doc/man3/X509V3_set_ctx.pod @@ -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