]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
tls/sni: remove unused fn declaration
authorShivani Bhardwaj <shivani@oisf.net>
Mon, 8 Aug 2022 04:21:02 +0000 (09:51 +0530)
committerShivani Bhardwaj <shivani@oisf.net>
Mon, 29 Aug 2022 04:25:59 +0000 (09:55 +0530)
src/detect-tls-sni.h

index a3117906c1b388af98b21f7e62ad575f1e616be3..0ecf1024e9992492f6e583b4119c5e72f5938403 100644 (file)
@@ -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__ */