Adapt CIPHER_DEBUG to the new generic trace API
[oweals/openssl.git] / crypto / trace.c
index 1b1e73d87ffc57e49c39dd317b699a25e24839f2..61eba6abe72533061872591b565e1b5fbfae74d4 100644 (file)
@@ -121,6 +121,7 @@ struct trace_category_st {
 static const struct trace_category_st trace_categories[] = {
     TRACE_CATEGORY_(ANY),
     TRACE_CATEGORY_(TLS),
+    TRACE_CATEGORY_(TLS_CIPHER),
 };
 
 const char *OSSL_trace_get_category_name(int num)