diff options
Diffstat (limited to 'lib/libssl/src/crypto/engine/hw_atalla.c')
-rw-r--r-- | lib/libssl/src/crypto/engine/hw_atalla.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libssl/src/crypto/engine/hw_atalla.c b/lib/libssl/src/crypto/engine/hw_atalla.c index 6151c469024..e9eff9fad11 100644 --- a/lib/libssl/src/crypto/engine/hw_atalla.c +++ b/lib/libssl/src/crypto/engine/hw_atalla.c @@ -242,6 +242,7 @@ static int bind_helper(ENGINE *e) return 1; } +#ifndef ENGINE_DYNAMIC_SUPPORT static ENGINE *engine_atalla(void) { ENGINE *ret = ENGINE_new(); @@ -264,6 +265,7 @@ void ENGINE_load_atalla(void) ENGINE_free(toadd); ERR_clear_error(); } +#endif /* This is a process-global DSO handle used for loading and unloading * the Atalla library. NB: This is only set (or unset) during an |