mirror of
https://github.com/openssl/openssl.git
synced 2025-03-31 20:10:45 +08:00
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:
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…
x
Reference in New Issue
Block a user