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/engine.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/libcrypto/engine/engine.h') diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 289ac5cdac..948b5a18ff 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h @@ -334,7 +334,6 @@ void ENGINE_load_openssl(void); void ENGINE_load_dynamic(void); #ifndef OPENSSL_NO_STATIC_ENGINE void ENGINE_load_aep(void); -void ENGINE_load_atalla(void); void ENGINE_load_chil(void); void ENGINE_load_nuron(void); void ENGINE_load_padlock(void); -- cgit v1.2.3-55-g6feb