From 6851991ea11599a8a5923ff68d230d542d9185cd Mon Sep 17 00:00:00 2001 From: reyk <> Date: Sun, 13 Apr 2014 18:50:36 +0000 Subject: Remove the Atalla engine: It is not standalone and depends on external non-free libraries. OpenSSL should have a better way to include 3rd party engines: either completely free or external. But including a wrapper for a non-free wrapper in the code base does not make much sense and could also be provided by the vendor. 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 f38a73773c..43fb3caf7d 100644 --- a/src/lib/libcrypto/engine/eng_all.c +++ b/src/lib/libcrypto/engine/eng_all.c @@ -85,9 +85,6 @@ void ENGINE_load_builtin_engines(void) #ifndef OPENSSL_NO_HW_AEP ENGINE_load_aep(); #endif -#ifndef OPENSSL_NO_HW_ATALLA - ENGINE_load_atalla(); -#endif #ifndef OPENSSL_NO_HW_NCIPHER ENGINE_load_chil(); #endif -- cgit v1.2.3-55-g6feb