mirror of https://github.com/openssl/openssl.git
doc: fix trace category names
The `ENGINE_CONF` and `PROVIDER_CONF` trace categories were merged into a single `CONF` category (seebc362b9b72and71849dff56). Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/11806)
This commit is contained in:
parent
e847085914
commit
e978ab7894
|
|
@ -1298,9 +1298,9 @@ General SSL/TLS.
|
|||
|
||||
SSL/TLS cipher.
|
||||
|
||||
=item B<ENGINE_CONF>
|
||||
=item B<CONF>
|
||||
|
||||
ENGINE configuration.
|
||||
Show details about provider and engine configuration.
|
||||
|
||||
=item B<ENGINE_TABLE>
|
||||
|
||||
|
|
|
|||
|
|
@ -178,9 +178,9 @@ point during evaluation.
|
|||
|
||||
Traces BIGNUM context operations.
|
||||
|
||||
=item C<OSSL_TRACE_CATEGORY_PROVIDER_CONF>
|
||||
=item C<OSSL_TRACE_CATEGORY_CONF>
|
||||
|
||||
Traces the OSSL_PROVIDER configuration.
|
||||
Traces details about the provider and engine configuration.
|
||||
|
||||
=back
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue