Skip to content

Commit

Permalink
fixup! Add documentation for OSSL_LIB_CTX_set/get_conf_diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed May 2, 2024
1 parent 7ea5767 commit 0882a91
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions doc/build.info
Original file line number Diff line number Diff line change
Expand Up @@ -1735,6 +1735,10 @@ DEPEND[html/man3/OSSL_LIB_CTX.html]=man3/OSSL_LIB_CTX.pod
GENERATE[html/man3/OSSL_LIB_CTX.html]=man3/OSSL_LIB_CTX.pod
DEPEND[man/man3/OSSL_LIB_CTX.3]=man3/OSSL_LIB_CTX.pod
GENERATE[man/man3/OSSL_LIB_CTX.3]=man3/OSSL_LIB_CTX.pod
DEPEND[html/man3/OSSL_LIB_CTX_set_conf_diagnostics.html]=man3/OSSL_LIB_CTX_set_conf_diagnostics.pod
GENERATE[html/man3/OSSL_LIB_CTX_set_conf_diagnostics.html]=man3/OSSL_LIB_CTX_set_conf_diagnostics.pod
DEPEND[man/man3/OSSL_LIB_CTX_set_conf_diagnostics.3]=man3/OSSL_LIB_CTX_set_conf_diagnostics.pod
GENERATE[man/man3/OSSL_LIB_CTX_set_conf_diagnostics.3]=man3/OSSL_LIB_CTX_set_conf_diagnostics.pod
DEPEND[html/man3/OSSL_PARAM.html]=man3/OSSL_PARAM.pod
GENERATE[html/man3/OSSL_PARAM.html]=man3/OSSL_PARAM.pod
DEPEND[man/man3/OSSL_PARAM.3]=man3/OSSL_PARAM.pod
Expand Down Expand Up @@ -3393,6 +3397,7 @@ html/man3/OSSL_IETF_ATTR_SYNTAX.html \
html/man3/OSSL_IETF_ATTR_SYNTAX_print.html \
html/man3/OSSL_ITEM.html \
html/man3/OSSL_LIB_CTX.html \
html/man3/OSSL_LIB_CTX_set_conf_diagnostics.html \
html/man3/OSSL_PARAM.html \
html/man3/OSSL_PARAM_BLD.html \
html/man3/OSSL_PARAM_allocate_from_text.html \
Expand Down Expand Up @@ -4045,6 +4050,7 @@ man/man3/OSSL_IETF_ATTR_SYNTAX.3 \
man/man3/OSSL_IETF_ATTR_SYNTAX_print.3 \
man/man3/OSSL_ITEM.3 \
man/man3/OSSL_LIB_CTX.3 \
man/man3/OSSL_LIB_CTX_set_conf_diagnostics.3 \
man/man3/OSSL_PARAM.3 \
man/man3/OSSL_PARAM_BLD.3 \
man/man3/OSSL_PARAM_allocate_from_text.3 \
Expand Down
4 changes: 2 additions & 2 deletions doc/man3/OSSL_LIB_CTX_set_conf_diagnostics.pod
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ OSSL_LIB_CTX_set_conf_diagnostics, OSSL_LIB_CTX_get_conf_diagnostics
=head1 DESCRIPTION

OSSL_LIB_CTX_set_conf_diagnostics() sets value of the configuration
diagnostics flag. If I<value> is non-zero subsequent parsing and application
diagnostics flag. If I<value> is nonzero subsequent parsing and application
of configuration data can report errors that would otherwise be ignored. In
particular any errors in the ssl configuration module will cause a failure
of L<SSL_CTX_new(3)> and L<SSL_CTX_new_ex(3)> calls. The configuration
Expand All @@ -31,7 +31,7 @@ configuration diagnostics flag.
=head1 RETURN VALUES

OSSL_LIB_CTX_get_conf_diagnostcs() returns 0 if configuration diagnostics
should not be performed, non-zero otherwise.
should not be performed, nonzero otherwise.

=head1 SEE ALSO

Expand Down

0 comments on commit 0882a91

Please sign in to comment.