diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2008-12-20 18:04:40 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2008-12-20 18:04:40 +0100 |
commit | 70531c147c2d38b03f109312a270ccc0af6cf8d6 (patch) | |
tree | 0ef375be374bef4018aa0a2c560aaec44c9e6464 /apps/engine.c | |
parent | make depend to work with cross-gcc, compensate for msys glitch. (diff) | |
download | openssl-70531c147c2d38b03f109312a270ccc0af6cf8d6.tar.xz openssl-70531c147c2d38b03f109312a270ccc0af6cf8d6.zip |
Make no-engine work again.
Diffstat (limited to 'apps/engine.c')
-rw-r--r-- | apps/engine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/engine.c b/apps/engine.c index b51244acc8..baee8243db 100644 --- a/apps/engine.c +++ b/apps/engine.c @@ -56,7 +56,6 @@ * */ -#ifndef OPENSSL_NO_ENGINE #include <stdio.h> #include <stdlib.h> @@ -66,6 +65,7 @@ #endif #include "apps.h" #include <openssl/err.h> +#ifndef OPENSSL_NO_ENGINE #include <openssl/engine.h> #include <openssl/ssl.h> |