summaryrefslogtreecommitdiffstats
path: root/crypto/engine
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-12-20 17:04:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-12-20 17:04:09 +0000
commit2cad035c011841248fbd8dfc4810bb1188ef190e (patch)
treea6c31f42d0db70e6f776c703dff683fd1d8c93b2 /crypto/engine
parent2a76c68842594b4ab4b5b7cf439515b5015ad9bf (diff)
Make no-engine work again...
Diffstat (limited to 'crypto/engine')
-rw-r--r--crypto/engine/enginetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/enginetest.c b/crypto/engine/enginetest.c
index cf82f490db..e3834611db 100644
--- a/crypto/engine/enginetest.c
+++ b/crypto/engine/enginetest.c
@@ -58,6 +58,7 @@
#include <stdio.h>
#include <string.h>
+#include <openssl/e_os2.h>
#ifdef OPENSSL_NO_ENGINE
int main(int argc, char *argv[])
@@ -66,7 +67,6 @@ int main(int argc, char *argv[])
return(0);
}
#else
-#include <openssl/e_os2.h>
#include <openssl/buffer.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>