summaryrefslogtreecommitdiff
path: root/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@cvs.openbsd.org>2014-04-13 19:04:56 +0000
committerReyk Floeter <reyk@cvs.openbsd.org>2014-04-13 19:04:56 +0000
commitdfb70841596929fb230c751dd4891a9c1fe6039a (patch)
tree01699d278a48f02bccd2eb01e4a028a2d0074054 /lib/libcrypto/engine/engine.h
parenteac56b2cc0ee9e4566c2ad28f6742fb38ca9968e (diff)
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@
Diffstat (limited to 'lib/libcrypto/engine/engine.h')
-rw-r--r--lib/libcrypto/engine/engine.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/engine/engine.h b/lib/libcrypto/engine/engine.h
index 948b5a18ff2..05e13578bd7 100644
--- a/lib/libcrypto/engine/engine.h
+++ b/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);