From da46bab8c0298f3edf0a0d6efc66fc7838b161e5 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Sun, 13 Apr 2014 19:04:55 +0000 Subject: Remove the AEP engine: it is not standalone and doesn't seem to be relevant anymore. OpenSSL should have a better way to include 3rd party engines: either completely and 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 948b5a18ff..05e13578bd 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h @@ -333,7 +333,6 @@ ENGINE *ENGINE_by_id(const char *id); void ENGINE_load_openssl(void); void ENGINE_load_dynamic(void); #ifndef OPENSSL_NO_STATIC_ENGINE -void ENGINE_load_aep(void); void ENGINE_load_chil(void); void ENGINE_load_nuron(void); void ENGINE_load_padlock(void); -- cgit v1.2.3-55-g6feb