summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-07-14 21:33:14 +1000
committerRichard Levitte <levitte@openssl.org>2020-07-16 09:12:28 +0200
commitbb9542621170185a9a4af6d0468cf839f4512343 (patch)
tree0c62759f57de2861651c2f80e8198229cb712641
parent184fb690fabe272a197f363144064141d369a192 (diff)
doc: remove unused engine tracing option
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
-rw-r--r--doc/man3/OSSL_trace_set_channel.pod4
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/man3/OSSL_trace_set_channel.pod b/doc/man3/OSSL_trace_set_channel.pod
index 57a5a1c8c9..7ae19aedd3 100644
--- a/doc/man3/OSSL_trace_set_channel.pod
+++ b/doc/man3/OSSL_trace_set_channel.pod
@@ -136,10 +136,6 @@ Traces the TLS/SSL protocol.
Traces the ciphers used by the TLS/SSL protocol.
-=item C<OSSL_TRACE_CATEGORY_ENGINE_CONF>
-
-Traces the ENGINE configuration.
-
=item C<OSSL_TRACE_CATEGORY_ENGINE_TABLE>
Traces the ENGINE algorithm table selection.