diff options
author | 2014-04-14 10:03:00 +0000 | |
---|---|---|
committer | 2014-04-14 10:03:00 +0000 | |
commit | 65b775f7a18f9480201c5f6a61c6475f29bdda0b (patch) | |
tree | d51661754a82a74f028d6a43111203fc5c3a6207 /lib/libssl/src/crypto | |
parent | Unlist previously removed chil engine from LIBNAMES (diff) | |
download | wireguard-openbsd-65b775f7a18f9480201c5f6a61c6475f29bdda0b.tar.xz wireguard-openbsd-65b775f7a18f9480201c5f6a61c6475f29bdda0b.zip |
Remove the nuron engine. The static engine is not standalone and the
FPGA-based device is long obsolete.
Diffstat (limited to 'lib/libssl/src/crypto')
-rw-r--r-- | lib/libssl/src/crypto/engine/eng_all.c | 3 | ||||
-rw-r--r-- | lib/libssl/src/crypto/engine/engine.h | 1 |
2 files changed, 0 insertions, 4 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 diff --git a/lib/libssl/src/crypto/engine/engine.h b/lib/libssl/src/crypto/engine/engine.h index a2b7e83a66f..51a18f3ee26 100644 --- a/lib/libssl/src/crypto/engine/engine.h +++ b/lib/libssl/src/crypto/engine/engine.h @@ -316,7 +316,6 @@ ENGINE *ENGINE_by_id(const char *id); void ENGINE_load_openssl(void); void ENGINE_load_dynamic(void); #ifndef OPENSSL_NO_STATIC_ENGINE -void ENGINE_load_nuron(void); void ENGINE_load_padlock(void); void ENGINE_load_capi(void); #ifndef OPENSSL_NO_GMP |