summaryrefslogtreecommitdiffstats
path: root/crypto/openssl/apps/engine.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssl/apps/engine.c')
-rw-r--r--crypto/openssl/apps/engine.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/openssl/apps/engine.c b/crypto/openssl/apps/engine.c
index b718ae1..456f80a 100644
--- a/crypto/openssl/apps/engine.c
+++ b/crypto/openssl/apps/engine.c
@@ -56,6 +56,8 @@
*
*/
+#ifndef OPENSSL_NO_ENGINE
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -518,3 +520,4 @@ end:
apps_shutdown();
OPENSSL_EXIT(ret);
}
+#endif
OpenPOWER on IntegriCloud