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

the absence of OPENSSL_NO_ENGINE.
This commit is contained in:
Richard Levitte 2005-06-23 22:08:47 +00:00
parent 2f6ebed1dc
commit 97b708910a

View file

@ -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>