doc: fix trace category names

The `ENGINE_CONF` and `PROVIDER_CONF` trace categories were merged
into a single `CONF` category (see bc362b9b7202 and 71849dff56d6).

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/11806)
This commit is contained in:
Dr. Matthias St. Pierre 2020-05-10 02:42:58 +02:00
parent e847085914
commit e978ab7894
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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