summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-12-13 01:42:46 +0100
committerRichard Levitte <levitte@openssl.org>2019-03-06 11:15:14 +0100
commitf518e3e802d8dcad283be6cb4913dd7cfc6f11fd (patch)
tree01905857cb72901d88ccb918eb87599917c518c8 /include
parentAdapt ENGINE_TABLE_DEBUG to the new generic trace API (diff)
downloadopenssl-f518e3e802d8dcad283be6cb4913dd7cfc6f11fd.tar.xz
openssl-f518e3e802d8dcad283be6cb4913dd7cfc6f11fd.zip
Adapt ENGINE_REF_COUNT_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 '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 4dd9bb4080..47da0d66a6 100644
--- a/include/openssl/trace.h
+++ b/include/openssl/trace.h
@@ -38,7 +38,8 @@ extern "C" {
# define OSSL_TRACE_CATEGORY_TLS_CIPHER 3
# define OSSL_TRACE_CATEGORY_ENGINE_CONF 4
# define OSSL_TRACE_CATEGORY_ENGINE_TABLE 5
-# define OSSL_TRACE_CATEGORY_NUM 6
+# define OSSL_TRACE_CATEGORY_ENGINE_REF_COUNT 6
+# define OSSL_TRACE_CATEGORY_NUM 7
/* Returns the trace category number for the given |name| */
int OSSL_trace_get_category_num(const char *name);