aboutsummaryrefslogtreecommitdiff
path: root/example/ndpi_util.c
diff options
context:
space:
mode:
authorLuca Deri <deri@ntop.org>2019-05-23 00:16:05 +0200
committerLuca Deri <deri@ntop.org>2019-05-23 00:16:05 +0200
commit53119e71f410ce467634a6ce65e047a37b76ff1d (patch)
tree5eee0317ec8842027ddc90783093409273fdea05 /example/ndpi_util.c
parentfcc9c76249ec1c59539cb15925ab5c2d637a178f (diff)
Added ndpi_is_safe_ssl_cipher(0 call
Diffstat (limited to 'example/ndpi_util.c')
-rw-r--r--example/ndpi_util.c1
1 files changed, 0 insertions, 1 deletions
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;
}
}