From eb8ef9f2969725391e6d4458c5ca88b32bd6fa9d Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Fri, 18 Oct 2024 09:14:31 -0600 Subject: [PATCH] eve/tls: remove unused SC_ATOMIC_EXTERN --- src/output-json-tls.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/output-json-tls.c b/src/output-json-tls.c index d8df6b2dbb4..2042d2aa29d 100644 --- a/src/output-json-tls.c +++ b/src/output-json-tls.c @@ -38,8 +38,6 @@ #include "util-ja4.h" #include "util-time.h" -SC_ATOMIC_EXTERN(unsigned int, cert_id); - #define LOG_TLS_FIELD_VERSION (1 << 0) #define LOG_TLS_FIELD_SUBJECT (1 << 1) #define LOG_TLS_FIELD_ISSUER (1 << 2)