commit | 0b13e9f055d3f7be066dc2e89fc9f9822b12eca7 | [log] [tgz] |
---|---|---|
author | Richard Levitte <levitte@openssl.org> | Thu Jan 30 17:39:26 2003 +0000 |
committer | Richard Levitte <levitte@openssl.org> | Thu Jan 30 17:39:26 2003 +0000 |
tree | 633b5d3e4c9356eaf9816541aaa079a0c3be9194 | |
parent | 96f7065f6392e19f1449578aaeabb8dc39294fa7 [diff] [blame] |
Add the possibility to build without the ENGINE framework. PR: 287
diff --git a/apps/openssl.c b/apps/openssl.c index 4789647..45af2ba 100644 --- a/apps/openssl.c +++ b/apps/openssl.c
@@ -122,7 +122,9 @@ #include <openssl/x509.h> #include <openssl/pem.h> #include <openssl/ssl.h> +#ifndef OPENSSL_NO_ENGINE #include <openssl/engine.h> +#endif #define USE_SOCKETS /* needed for the _O_BINARY defs in the MS world */ #include "progs.h" #include "s_apps.h"