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