From 53119e71f410ce467634a6ce65e047a37b76ff1d Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Thu, 23 May 2019 00:16:05 +0200 Subject: Added ndpi_is_safe_ssl_cipher(0 call --- example/ndpi_util.c | 1 - 1 file changed, 1 deletion(-) (limited to 'example') diff --git a/example/ndpi_util.c b/example/ndpi_util.c index 92d8dca80..2c05ddcd1 100644 --- a/example/ndpi_util.c +++ b/example/ndpi_util.c @@ -572,7 +572,6 @@ void process_ndpi_collected_info(struct ndpi_workflow * workflow, struct ndpi_fl flow->ndpi_flow->protos.stun_ssl.ssl.ja3_client); snprintf(flow->ssh_ssl.ja3_server, sizeof(flow->ssh_ssl.ja3_server), "%s", flow->ndpi_flow->protos.stun_ssl.ssl.ja3_server); - flow->ssh_ssl.client_unsafe_cipher = flow->ndpi_flow->protos.stun_ssl.ssl.client_unsafe_cipher; flow->ssh_ssl.server_unsafe_cipher = flow->ndpi_flow->protos.stun_ssl.ssl.server_unsafe_cipher; } } -- cgit v1.2.3