Commit 5b6e7c8c authored by Richard Levitte's avatar Richard Levitte
Browse files

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

OPENSSL_NO_ENGINE is not defined.
parent f96d1af4
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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