Inclusion of openssl/engine.h should always be wrapped with a check that

OPENSSL_NO_ENGINE is not defined.
This commit is contained in:
Richard Levitte 2003-08-04 10:12:36 +00:00
parent f96d1af449
commit 5b6e7c8c65

View File

@ -59,7 +59,9 @@
#include <stdio.h>
#include "cryptlib.h"
#include <openssl/evp.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#if 0
#undef OpenSSL_add_all_algorithms