summaryrefslogtreecommitdiffstats
path: root/crypto/trace.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-12 00:04:44 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-06 11:15:13 +0100
commit49b26f54f4c182d6a860c91d01994bdf2bba20de (patch)
tree6fe836c46f16d9544ddf96e200ad6a8b7761c76b /crypto/trace.c
parent16a9d3746ef7e03207cc3cd290356613556959a5 (diff)
Adapt SSL_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 a451d657f9..1b1e73d87f 100644
--- a/crypto/trace.c
+++ b/crypto/trace.c
@@ -120,6 +120,7 @@ struct trace_category_st {
static const struct trace_category_st trace_categories[] = {
TRACE_CATEGORY_(ANY),
+ TRACE_CATEGORY_(TLS),
};
const char *OSSL_trace_get_category_name(int num)