From a4f170604ce97b12718181fd43f506edbdb0b0d5 Mon Sep 17 00:00:00 2001 From: Campus Date: Thu, 12 Nov 2015 12:08:41 +0100 Subject: removed kernel support and #if 0s --- src/lib/protocols/tor.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/protocols/tor.c') diff --git a/src/lib/protocols/tor.c b/src/lib/protocols/tor.c index 036162b1f..f2c2eae4c 100644 --- a/src/lib/protocols/tor.c +++ b/src/lib/protocols/tor.c @@ -66,13 +66,11 @@ int ndpi_is_ssl_tor(struct ndpi_detection_module_struct *ndpi_struct, ndpi_int_tor_add_connection(ndpi_struct, flow); return(1); } else { -#ifndef __KERNEL__ #ifdef PENDANTIC_TOR_CHECK if(gethostbyname(certificate) == NULL) { ndpi_int_tor_add_connection(ndpi_struct, flow); return(1); } -#endif #endif } -- cgit v1.2.3