summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_all.c
diff options
context:
space:
mode:
authorreyk <>2014-04-14 10:03:00 +0000
committerreyk <>2014-04-14 10:03:00 +0000
commit0f3015e1c64e2b9ba3774397257f15287f9ff442 (patch)
tree38524d165b2b28707da7b3eb2a1ee872a2560b6b /src/lib/libcrypto/engine/eng_all.c
parent93d43446ef3a3bb673548d2cb589dd623ddc672b (diff)
downloadopenbsd-0f3015e1c64e2b9ba3774397257f15287f9ff442.tar.gz
openbsd-0f3015e1c64e2b9ba3774397257f15287f9ff442.tar.bz2
openbsd-0f3015e1c64e2b9ba3774397257f15287f9ff442.zip
Remove the nuron engine. The static engine is not standalone and the
FPGA-based device is long obsolete.
Diffstat (limited to 'src/lib/libcrypto/engine/eng_all.c')
-rw-r--r--src/lib/libcrypto/engine/eng_all.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c
index c9210fb514..f3c4cd9a1c 100644
--- a/src/lib/libcrypto/engine/eng_all.c
+++ b/src/lib/libcrypto/engine/eng_all.c
@@ -82,9 +82,6 @@ void ENGINE_load_builtin_engines(void)
82 ENGINE_load_dynamic(); 82 ENGINE_load_dynamic();
83#ifndef OPENSSL_NO_STATIC_ENGINE 83#ifndef OPENSSL_NO_STATIC_ENGINE
84#ifndef OPENSSL_NO_HW 84#ifndef OPENSSL_NO_HW
85#ifndef OPENSSL_NO_HW_NURON
86 ENGINE_load_nuron();
87#endif
88#ifndef OPENSSL_NO_HW_PADLOCK 85#ifndef OPENSSL_NO_HW_PADLOCK
89 ENGINE_load_padlock(); 86 ENGINE_load_padlock();
90#endif 87#endif