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