summaryrefslogtreecommitdiffstats
path: root/crypto/trace.c
diff options
context:
space:
mode:
authorPauli <paul.dale@oracle.com>2020-07-14 21:32:52 +1000
committerRichard Levitte <levitte@openssl.org>2020-07-16 09:12:28 +0200
commit184fb690fabe272a197f363144064141d369a192 (patch)
tree1f81c769e7cf6fd7de53e87e41f5a20f871f547a /crypto/trace.c
parent03445677b900fb9775c6652daa7fe7943d468aa7 (diff)
trace: condition out engine related tracing
Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/12226)
Diffstat (limited to 'crypto/trace.c')
-rwxr-xr-xcrypto/trace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/trace.c b/crypto/trace.c
index 18a8c64135..e6628f9bae 100755
--- a/crypto/trace.c
+++ b/crypto/trace.c
@@ -126,8 +126,10 @@ static const struct trace_category_st trace_categories[] = {
TRACE_CATEGORY_(TLS),
TRACE_CATEGORY_(TLS_CIPHER),
TRACE_CATEGORY_(CONF),
+#ifndef OPENSSL_NO_ENGINE
TRACE_CATEGORY_(ENGINE_TABLE),
TRACE_CATEGORY_(ENGINE_REF_COUNT),
+#endif
TRACE_CATEGORY_(PKCS5V2),
TRACE_CATEGORY_(PKCS12_KEYGEN),
TRACE_CATEGORY_(PKCS12_DECRYPT),