diff options
Diffstat (limited to 'src/lib/libcrypto/engine/enginetest.c')
-rw-r--r-- | src/lib/libcrypto/engine/enginetest.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/lib/libcrypto/engine/enginetest.c b/src/lib/libcrypto/engine/enginetest.c index c2d0297392..87fa8c57b7 100644 --- a/src/lib/libcrypto/engine/enginetest.c +++ b/src/lib/libcrypto/engine/enginetest.c | |||
@@ -56,17 +56,9 @@ | |||
56 | * | 56 | * |
57 | */ | 57 | */ |
58 | 58 | ||
59 | #include <openssl/e_os2.h> | ||
59 | #include <stdio.h> | 60 | #include <stdio.h> |
60 | #include <string.h> | 61 | #include <string.h> |
61 | |||
62 | #ifdef OPENSSL_NO_ENGINE | ||
63 | int main(int argc, char *argv[]) | ||
64 | { | ||
65 | printf("No ENGINE support\n"); | ||
66 | return(0); | ||
67 | } | ||
68 | #else | ||
69 | #include <openssl/e_os2.h> | ||
70 | #include <openssl/buffer.h> | 62 | #include <openssl/buffer.h> |
71 | #include <openssl/crypto.h> | 63 | #include <openssl/crypto.h> |
72 | #include <openssl/engine.h> | 64 | #include <openssl/engine.h> |
@@ -280,4 +272,3 @@ end: | |||
280 | CRYPTO_mem_leaks_fp(stderr); | 272 | CRYPTO_mem_leaks_fp(stderr); |
281 | return to_return; | 273 | return to_return; |
282 | } | 274 | } |
283 | #endif | ||