summaryrefslogtreecommitdiffstats
path: root/engines/e_aep.c
diff options
context:
space:
mode:
Diffstat (limited to 'engines/e_aep.c')
-rw-r--r--engines/e_aep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/e_aep.c b/engines/e_aep.c
index 8b8380a582..daea7e86e9 100644
--- a/engines/e_aep.c
+++ b/engines/e_aep.c
@@ -318,7 +318,7 @@ static int bind_aep(ENGINE *e)
return 1;
}
-#ifdef ENGINE_DYNAMIC_SUPPORT
+#ifndef OPENSSL_NO_DYNAMIC_ENGINE
static int bind_helper(ENGINE *e, const char *id)
{
if(id && (strcmp(id, engine_aep_id) != 0))