aboutsummaryrefslogtreecommitdiff
path: root/crypto/trace.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/trace.c')
-rw-r--r--crypto/trace.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/trace.c b/crypto/trace.c
index 0c3a90b..f012b61 100644
--- a/crypto/trace.c
+++ b/crypto/trace.c
@@ -16,6 +16,7 @@
#include <openssl/trace.h>
#include "internal/bio.h"
#include "internal/nelem.h"
+#include "internal/refcount.h"
#include "crypto/cryptlib.h"
#include "e_os.h" /* strcasecmp for Windows */
@@ -138,6 +139,7 @@ static const struct trace_category_st trace_categories[] = {
TRACE_CATEGORY_(STORE),
TRACE_CATEGORY_(DECODER),
TRACE_CATEGORY_(ENCODER),
+ TRACE_CATEGORY_(REF_COUNT)
};
const char *OSSL_trace_get_category_name(int num)