summaryrefslogtreecommitdiffstats
path: root/engines/e_nuron.c
diff options
context:
space:
mode:
Diffstat (limited to 'engines/e_nuron.c')
-rw-r--r--engines/e_nuron.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/e_nuron.c b/engines/e_nuron.c
index d7960a9d95..88f29640ec 100644
--- a/engines/e_nuron.c
+++ b/engines/e_nuron.c
@@ -375,6 +375,7 @@ static int bind_helper(ENGINE *e)
return 1;
}
+#ifdef OPENSSL_NO_DYNAMIC_ENGINE
static ENGINE *engine_nuron(void)
{
ENGINE *ret = ENGINE_new();
@@ -397,6 +398,7 @@ void ENGINE_load_nuron(void)
ENGINE_free(toadd);
ERR_clear_error();
}
+#endif
/* This stuff is needed if this ENGINE is being compiled into a self-contained
* shared-library. */