summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/engine/eng_all.c
diff options
context:
space:
mode:
authorreyk <>2014-04-13 18:50:36 +0000
committerreyk <>2014-04-13 18:50:36 +0000
commit3c02d02c8d8465d1eb5c39c6a496d8abcf56ec2c (patch)
tree86cbe1960d3ff2534c09dad8bd781c0e8d1823c5 /src/lib/libcrypto/engine/eng_all.c
parent92c3e3ddd8fdfa963ec105ba6978373e4bfcd4ff (diff)
downloadopenbsd-3c02d02c8d8465d1eb5c39c6a496d8abcf56ec2c.tar.gz
openbsd-3c02d02c8d8465d1eb5c39c6a496d8abcf56ec2c.tar.bz2
openbsd-3c02d02c8d8465d1eb5c39c6a496d8abcf56ec2c.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 'src/lib/libcrypto/engine/eng_all.c')
-rw-r--r--src/lib/libcrypto/engine/eng_all.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/engine/eng_all.c b/src/lib/libcrypto/engine/eng_all.c
index f38a73773c..43fb3caf7d 100644
--- a/src/lib/libcrypto/engine/eng_all.c
+++ b/src/lib/libcrypto/engine/eng_all.c
@@ -85,9 +85,6 @@ void ENGINE_load_builtin_engines(void)
85#ifndef OPENSSL_NO_HW_AEP 85#ifndef OPENSSL_NO_HW_AEP
86 ENGINE_load_aep(); 86 ENGINE_load_aep();
87#endif 87#endif
88#ifndef OPENSSL_NO_HW_ATALLA
89 ENGINE_load_atalla();
90#endif
91#ifndef OPENSSL_NO_HW_NCIPHER 88#ifndef OPENSSL_NO_HW_NCIPHER
92 ENGINE_load_chil(); 89 ENGINE_load_chil();
93#endif 90#endif