summaryrefslogtreecommitdiffstats
path: root/crypto/trace.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-13 01:37:10 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-06 11:15:14 +0100
commitf4db05df0e0bc665b98e7cda33d4572071884d03 (patch)
treeef99d0a49f76a9036f5383ff7d5a749a0e0a38a4 /crypto/trace.c
parent5c64173586386a7c73e6431166c96eb43ae0baa2 (diff)
Adapt ENGINE_CONF_DEBUG to the new generic trace API
Co-authored-by: Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> Reviewed-by: Paul Dale <paul.dale@oracle.com> (Merged from https://github.com/openssl/openssl/pull/8198)
Diffstat (limited to 'crypto/trace.c')
-rw-r--r--crypto/trace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/trace.c b/crypto/trace.c
index b42f1d9a22..c76eb5110e 100644
--- a/crypto/trace.c
+++ b/crypto/trace.c
@@ -123,6 +123,7 @@ static const struct trace_category_st trace_categories[] = {
TRACE_CATEGORY_(INIT),
TRACE_CATEGORY_(TLS),
TRACE_CATEGORY_(TLS_CIPHER),
+ TRACE_CATEGORY_(ENGINE_CONF),
};
const char *OSSL_trace_get_category_name(int num)