summaryrefslogtreecommitdiffstats
path: root/engines/e_aep.c
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-10-11 18:06:08 +0000
committerRichard Levitte <levitte@openssl.org>2002-10-11 18:06:08 +0000
commitecd45314b88cc4b630955b8f9c8d146b0d7a317b (patch)
tree790d9345d46d655a91380f78c496eb13c493719e /engines/e_aep.c
parent3e06fb754e025168bdf450de87be5953f0c65cbf (diff)
Step 6 of move of engines: rename the macro ENGINE_DYNAMIC_SUPPORT to
OPENSSL_NO_DYNAMIC_ENGINE and make sure that gets defined unless shared library support has been specifically requested.
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))