Skip to content

Commit

Permalink
Correct return value documentation for X509V3_set_ctx()
Browse files Browse the repository at this point in the history
Reviewed-by: Kurt Roeckx <[email protected]>
Reviewed-by: Matt Caswell <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from openssl#26295)
  • Loading branch information
baentsch authored and t8m committed Jan 3, 2025
1 parent 65db219 commit 817a2b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/man3/X509V3_set_ctx.pod
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 817a2b2

Please sign in to comment.