From: Shivani Bhardwaj Date: Mon, 8 Aug 2022 04:21:02 +0000 (+0530) Subject: tls/sni: remove unused fn declaration X-Git-Tag: suricata-7.0.0-beta1~261 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=78045d3bbf20ab1ce7e36705e644b4720755b693;p=thirdparty%2Fsuricata.git tls/sni: remove unused fn declaration --- 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__ */