From f4db05df0e0bc665b98e7cda33d4572071884d03 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 13 Dec 2018 01:37:10 +0100 Subject: Adapt ENGINE_CONF_DEBUG to the new generic trace API Co-authored-by: Dr. Matthias St. Pierre Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/8198) --- crypto/trace.c | 1 + 1 file changed, 1 insertion(+) (limited to 'crypto/trace.c') 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) -- cgit v1.2.3