From 04b543caa9480b61526c16c7cdfa06ae7d2937df Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Mon, 20 May 2019 22:30:53 +0200 Subject: SSL certificate analysis improvement --- src/lib/protocols/ssl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/protocols/ssl.c') diff --git a/src/lib/protocols/ssl.c b/src/lib/protocols/ssl.c index 19725e518..0e16aef9e 100644 --- a/src/lib/protocols/ssl.c +++ b/src/lib/protocols/ssl.c @@ -358,7 +358,7 @@ struct ja3_info { struct cipher_weakness { u_int16_t cipher_id; - u_int8_t weakness_type; + ndpi_cipher_weakness weakness_type; }; static struct cipher_weakness safe_ssl_ciphers[] = -- cgit v1.2.3