Commit 97b70891 authored by Richard Levitte's avatar Richard Levitte
Browse files

Wrap the inclusion of openssl/engine.h with a protective check for

the absence of OPENSSL_NO_ENGINE.
parent 2f6ebed1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -93,7 +93,9 @@ int main(int argc, char * argv[])
#include <openssl/bio.h>
#include <openssl/evp.h>
#include <openssl/ecdsa.h>
#ifndef OPENSSL_NO_ENGINE
#include <openssl/engine.h>
#endif
#include <openssl/err.h>
#include <openssl/rand.h>