From 2b2454d8bd90b0b3a3e1e2e3470374e95feee450 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Canna=C3=B2?= Date: Mon, 10 Aug 2015 19:36:45 +0000 Subject: [PATCH] Disabling SSL until it is fully supported --- src/main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index e02759ce3..eba9ce15d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -171,6 +171,7 @@ int main(int argc, const char * argv[]) { } } +/* SSL_library_init(); SSL_METHOD *ssl_method; OpenSSL_add_all_algorithms(); @@ -194,6 +195,7 @@ int main(int argc, const char * argv[]) { fprintf(stderr, "Private key does not match the public certificate\n"); abort(); } +*/