summaryrefslogtreecommitdiffstats
path: root/crypto/trace.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-13 08:19:08 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-06 11:15:14 +0100
commitb9ce85f631cf376cd781fd3dfdc80e927d88ee77 (patch)
tree63f5840dd45cd345306343c273f35a8a0f2ceb71 /crypto/trace.c
parenta902e43d7d34dd3d2cb0a3fe0fe7ae23d9021b40 (diff)
Adapt OPENSSL_POLICY_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 b08e8eb987..8020a58e68 100644
--- a/crypto/trace.c
+++ b/crypto/trace.c
@@ -128,6 +128,7 @@ static const struct trace_category_st trace_categories[] = {
TRACE_CATEGORY_(ENGINE_REF_COUNT),
TRACE_CATEGORY_(PKCS5V2),
TRACE_CATEGORY_(PKCS12_KEYGEN),
+ TRACE_CATEGORY_(X509V3_POLICY),
};
const char *OSSL_trace_get_category_name(int num)