Don't #include OpenSSL headers when compiling without OpenSSL.
[tinc] / 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