summaryrefslogtreecommitdiffstats
path: root/crypto/trace.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-13 01:53:13 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-06 11:15:14 +0100
commit3a9b3d2d93017014032d1bbed3e4193bb423eaae (patch)
tree6ea5907c397a8ee94bdbe5ab8b28e6c3168e4886 /crypto/trace.c
parentf518e3e802d8dcad283be6cb4913dd7cfc6f11fd (diff)
Adapt OPENSSL_DEBUG_PKCS5V2 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 8e1db68190..904f3f6b33 100644
--- a/crypto/trace.c
+++ b/crypto/trace.c
@@ -126,6 +126,7 @@ static const struct trace_category_st trace_categories[] = {
TRACE_CATEGORY_(ENGINE_CONF),
TRACE_CATEGORY_(ENGINE_TABLE),
TRACE_CATEGORY_(ENGINE_REF_COUNT),
+ TRACE_CATEGORY_(PKCS5V2),
};
const char *OSSL_trace_get_category_name(int num)