Don't #include OpenSSL headers when compiling without OpenSSL.

This commit is contained in:
Guus Sliepen 2015-07-04 17:18:40 +02:00
parent abb24e9d71
commit 37588b8d5c

View file

@ -19,10 +19,6 @@
#include "../system.h" #include "../system.h"
#include <openssl/rand.h>
#include <openssl/evp.h>
#include <openssl/engine.h>
#include "../crypto.h" #include "../crypto.h"
#ifndef HAVE_MINGW #ifndef HAVE_MINGW