summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2019-03-07 15:27:15 +0100
committerRichard Levitte <levitte@openssl.org>2019-11-03 18:38:23 +0100
commit2897b00905afdb53458dde387729568342d8910c (patch)
tree887698f041108892b1d288b4f8dc9259f1cb4d1c /include
parentfd3397fc47bfd92e7e33d88aa566cb0c8bd29330 (diff)
OSSL_STORE: add tracing
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8442)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/trace.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/openssl/trace.h b/include/openssl/trace.h
index 31e6fcc3f5..f71d9fb4ca 100644
--- a/include/openssl/trace.h
+++ b/include/openssl/trace.h
@@ -50,7 +50,8 @@ extern "C" {
# define OSSL_TRACE_CATEGORY_X509V3_POLICY 11
# define OSSL_TRACE_CATEGORY_BN_CTX 12
# define OSSL_TRACE_CATEGORY_CMP 13
-# define OSSL_TRACE_CATEGORY_NUM 14
+# define OSSL_TRACE_CATEGORY_STORE 14
+# define OSSL_TRACE_CATEGORY_NUM 15
/* Returns the trace category number for the given |name| */
int OSSL_trace_get_category_num(const char *name);