summaryrefslogtreecommitdiffstats
path: root/lib/libcrypto/engine/engine.h
diff options
context:
space:
mode:
authorreyk <reyk@openbsd.org>2014-04-13 18:50:36 +0000
committerreyk <reyk@openbsd.org>2014-04-13 18:50:36 +0000
commit416bc2bb19a6311d00ed16f14c72919a28f92403 (patch)
tree97116e7cd563ac7008f91a5becea71649b8194a4 /lib/libcrypto/engine/engine.h
parentRemove the cswift engine: it is not standalone and we don't have the (diff)
downloadwireguard-openbsd-416bc2bb19a6311d00ed16f14c72919a28f92403.tar.xz
wireguard-openbsd-416bc2bb19a6311d00ed16f14c72919a28f92403.zip
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@
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 289ac5cdac2..948b5a18ff2 100644
--- a/lib/libcrypto/engine/engine.h
+++ b/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);