From a98d7ff433c234eeec83e96a4e33645d6f7205bd Mon Sep 17 00:00:00 2001 From: Toni Date: Mon, 2 Oct 2023 18:10:47 +0200 Subject: Added HAProxy protocol. (#2088) * fixed tests/do.sh.in failure print Signed-off-by: lns Signed-off-by: Toni Uhlig --- src/lib/protocols/tls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/protocols/tls.c') diff --git a/src/lib/protocols/tls.c b/src/lib/protocols/tls.c index bedc3be59..09e10858e 100644 --- a/src/lib/protocols/tls.c +++ b/src/lib/protocols/tls.c @@ -2543,7 +2543,7 @@ int processClientServerHello(struct ndpi_detection_module_struct *ndpi_struct, } } else if(extension_id == 65037 /* ECH: latest drafts */) { #ifdef DEBUG_TLS - printf("Client TLS: ECH version 0x%x\n", extension_id; + printf("Client TLS: ECH version 0x%x\n", extension_id); #endif /* Beginning with draft-08, the version is the same as the code point for the "encrypted_client_hello" extension. */ -- cgit v1.2.3