diff options
Diffstat (limited to 'lib/libssl/src/crypto/engine/eng_all.c')
-rw-r--r-- | lib/libssl/src/crypto/engine/eng_all.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/libssl/src/crypto/engine/eng_all.c b/lib/libssl/src/crypto/engine/eng_all.c index c9210fb514c..f3c4cd9a1c9 100644 --- a/lib/libssl/src/crypto/engine/eng_all.c +++ b/lib/libssl/src/crypto/engine/eng_all.c @@ -82,9 +82,6 @@ void ENGINE_load_builtin_engines(void) ENGINE_load_dynamic(); #ifndef OPENSSL_NO_STATIC_ENGINE #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_NURON - ENGINE_load_nuron(); -#endif #ifndef OPENSSL_NO_HW_PADLOCK ENGINE_load_padlock(); #endif |