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/doc/engine.pod | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/libcrypto/doc') diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index ba36974c45..b0cea78cd3 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod @@ -25,7 +25,6 @@ engine - ENGINE cryptographic module support 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_gmp(void); void ENGINE_load_nuron(void); -- cgit v1.2.3-55-g6feb