summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/openssl.c')
-rw-r--r--apps/openssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/openssl.c b/apps/openssl.c
index 1acae24215..72a0bb0085 100644
--- a/apps/openssl.c
+++ b/apps/openssl.c
@@ -845,7 +845,7 @@ static int SortFnByName(const void *_f1, const void *_f2)
static void list_engines(void)
{
-#ifndef OPENSSL_NO_ENGINES
+#ifndef OPENSSL_NO_ENGINE
ENGINE *e;
BIO_puts(bio_out, "Engines:\n");