diff options
-rw-r--r-- | dpi/https.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dpi/https.c b/dpi/https.c index c9c8c78c..256c96d5 100644 --- a/dpi/https.c +++ b/dpi/https.c @@ -69,8 +69,7 @@ -#define ENABLE_SSL -/* #undef ENABLE_SSL */ +#undef ENABLE_SSL #ifdef ENABLE_SSL #include <openssl/ssl.h> |