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