Adapt OPENSSL_DEBUG_KEYGEN to the new generic trace API
[openssl.git] / include / openssl / trace.h
index f75d75c6db3b69ce1ac5ad729282d4a31e0a0ef9..85625d2f6552b372fcbab705eca774e035e4db29 100644 (file)
@@ -40,7 +40,8 @@ extern "C" {
 # define OSSL_TRACE_CATEGORY_ENGINE_TABLE        5
 # define OSSL_TRACE_CATEGORY_ENGINE_REF_COUNT    6
 # define OSSL_TRACE_CATEGORY_PKCS5V2             7
-# define OSSL_TRACE_CATEGORY_NUM                 8
+# define OSSL_TRACE_CATEGORY_PKCS12_KEYGEN       8
+# define OSSL_TRACE_CATEGORY_NUM                 9
 
 /* Returns the trace category number for the given |name| */
 int OSSL_trace_get_category_num(const char *name);