From: Guus Sliepen Date: Sat, 4 Jul 2015 15:18:40 +0000 (+0200) Subject: Don't #include OpenSSL headers when compiling without OpenSSL. X-Git-Tag: release-1.1pre12~113 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=37588b8d5cface1bc72424a198b1cc1a6044adb0 Don't #include OpenSSL headers when compiling without OpenSSL. --- 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