From 45f3bc2e7ecfb79db1e1fa8a1f8b7c4e04b785fc Mon Sep 17 00:00:00 2001 From: reyk <> Date: Sun, 13 Apr 2014 17:29:41 +0000 Subject: Remove the IBM 4758 engine: we don't have this hardware and it is an old PCI accelerator that was EOL'ed in 2005. ok deraadt@ --- src/lib/libcrypto/engine/eng_all.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/engine/eng_all.c') diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c index 6093376df4..3f96605902 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) ENGINE_load_dynamic(); #ifndef OPENSSL_NO_STATIC_ENGINE #ifndef OPENSSL_NO_HW -#ifndef OPENSSL_NO_HW_4758_CCA - ENGINE_load_4758cca(); -#endif #ifndef OPENSSL_NO_HW_AEP ENGINE_load_aep(); #endif -- cgit v1.2.3-55-g6feb