summaryrefslogtreecommitdiffstats
path: root/crypto/trace.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-13 12:35:48 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-06 11:15:14 +0100
commit6e810f2dcab6d27a7158a23888c81882a3501b7f (patch)
treed0a898546c894199b0fed07160557a7a1ea5c321 /crypto/trace.c
parent5f8a5f46e4e83735bb5ad384d8d7df771d2aa4b3 (diff)
Adapt BN_CTX_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 3790619d0c..0dee179841 100644
--- a/crypto/trace.c
+++ b/crypto/trace.c
@@ -130,6 +130,7 @@ static const struct trace_category_st trace_categories[] = {
TRACE_CATEGORY_(PKCS12_KEYGEN),
TRACE_CATEGORY_(PKCS12_DECRYPT),
TRACE_CATEGORY_(X509V3_POLICY),
+ TRACE_CATEGORY_(BN_CTX),
};
const char *OSSL_trace_get_category_name(int num)