From 37588b8d5cface1bc72424a198b1cc1a6044adb0 Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Sat, 4 Jul 2015 17:18:40 +0200 Subject: [PATCH] Don't #include OpenSSL headers when compiling without OpenSSL. --- src/nolegacy/crypto.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/nolegacy/crypto.c b/src/nolegacy/crypto.c index 96e4dda2..f1113b46 100644 --- a/src/nolegacy/crypto.c +++ b/src/nolegacy/crypto.c @@ -19,10 +19,6 @@ #include "../system.h" -#include -#include -#include - #include "../crypto.h" #ifndef HAVE_MINGW -- 2.20.1