aboutsummaryrefslogtreecommitdiff
path: root/src/lib/protocols/ipsec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/protocols/ipsec.c')
-rw-r--r--src/lib/protocols/ipsec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/protocols/ipsec.c b/src/lib/protocols/ipsec.c
index de7e91288..77e55070d 100644
--- a/src/lib/protocols/ipsec.c
+++ b/src/lib/protocols/ipsec.c
@@ -126,8 +126,8 @@ static enum isakmp_type ndpi_int_check_isakmp_v2(struct ndpi_packet_struct const
return isakmp_type;
}
-void ndpi_search_ipsec(struct ndpi_detection_module_struct *ndpi_struct,
- struct ndpi_flow_struct *flow)
+static void ndpi_search_ipsec(struct ndpi_detection_module_struct *ndpi_struct,
+ struct ndpi_flow_struct *flow)
{
struct ndpi_packet_struct * const packet = &ndpi_struct->packet;
u_int16_t isakmp_offset = 0;