From 78045d3bbf20ab1ce7e36705e644b4720755b693 Mon Sep 17 00:00:00 2001 From: Shivani Bhardwaj Date: Mon, 8 Aug 2022 09:51:02 +0530 Subject: [PATCH] tls/sni: remove unused fn declaration --- src/detect-tls-sni.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/detect-tls-sni.h b/src/detect-tls-sni.h index a3117906c1..0ecf1024e9 100644 --- a/src/detect-tls-sni.h +++ b/src/detect-tls-sni.h @@ -24,9 +24,6 @@ #ifndef __DETECT_TLS_SNI_H__ #define __DETECT_TLS_SNI_H__ -#include "app-layer-ssl.h" - void DetectTlsSniRegister(void); -uint32_t DetectTlsSniInspectMpm(DetectEngineThreadCtx *det_ctx, SSLState *ssl_state); #endif /* __DETECT_TLS_SNI_H__ */