summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/enginetest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/engine/enginetest.c')
-rw-r--r--src/lib/libcrypto/engine/enginetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/enginetest.c b/src/lib/libcrypto/engine/enginetest.c
index e3834611db..cf82f490db 100644
--- a/src/lib/libcrypto/engine/enginetest.c
+++ b/src/lib/libcrypto/engine/enginetest.c
@@ -58,7 +58,6 @@
58 58
59#include <stdio.h> 59#include <stdio.h>
60#include <string.h> 60#include <string.h>
61#include <openssl/e_os2.h>
62 61
63#ifdef OPENSSL_NO_ENGINE 62#ifdef OPENSSL_NO_ENGINE
64int main(int argc, char *argv[]) 63int main(int argc, char *argv[])
@@ -67,6 +66,7 @@ int main(int argc, char *argv[])
67 return(0); 66 return(0);
68} 67}
69#else 68#else
69#include <openssl/e_os2.h>
70#include <openssl/buffer.h> 70#include <openssl/buffer.h>
71#include <openssl/crypto.h> 71#include <openssl/crypto.h>
72#include <openssl/engine.h> 72#include <openssl/engine.h>