Don't #include OpenSSL headers when compiling without OpenSSL.
authorGuus Sliepen <guus@tinc-vpn.org>
Sat, 4 Jul 2015 15:18:40 +0000 (17:18 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Sat, 4 Jul 2015 15:34:31 +0000 (17:34 +0200)
src/nolegacy/crypto.c

index 96e4dda..f1113b4 100644 (file)
 
 #include "../system.h"
 
-#include <openssl/rand.h>
-#include <openssl/evp.h>
-#include <openssl/engine.h>
-
 #include "../crypto.h"
 
 #ifndef HAVE_MINGW