diff options
Diffstat (limited to 'src/lib/protocols/tls.c')
-rw-r--r-- | src/lib/protocols/tls.c | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |