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 --- example/ndpiReader.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example/ndpiReader.c') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index ec9f22d15..a7aa79e17 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -749,13 +749,13 @@ char* intoaV4(u_int32_t addr, char* buf, u_int16_t bufLen) { /* ********************************** */ -static char* print_cipher(u_int8_t c) { +static char* print_cipher(ndpi_cipher_weakness c) { switch(c) { - case NDPI_CIPHER_INSECURE: + case ndpi_cipher_insecure: return(" (INSECURE)"); break; - case NDPI_CIPHER_WEAK: + case ndpi_cipher_weak: return(" (WEAK)"); break; -- cgit v1.2.3