diff options
author | reyk <> | 2014-04-13 18:50:36 +0000 |
---|---|---|
committer | reyk <> | 2014-04-13 18:50:36 +0000 |
commit | 6851991ea11599a8a5923ff68d230d542d9185cd (patch) | |
tree | 86cbe1960d3ff2534c09dad8bd781c0e8d1823c5 /src/lib/libcrypto/engine/engine.h | |
parent | 26de2d98da4c165037bbc9cf0bc0c9734760a865 (diff) | |
download | openbsd-6851991ea11599a8a5923ff68d230d542d9185cd.tar.gz openbsd-6851991ea11599a8a5923ff68d230d542d9185cd.tar.bz2 openbsd-6851991ea11599a8a5923ff68d230d542d9185cd.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/engine.h')
-rw-r--r-- | src/lib/libcrypto/engine/engine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 289ac5cdac..948b5a18ff 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h | |||
@@ -334,7 +334,6 @@ void ENGINE_load_openssl(void); | |||
334 | void ENGINE_load_dynamic(void); | 334 | void ENGINE_load_dynamic(void); |
335 | #ifndef OPENSSL_NO_STATIC_ENGINE | 335 | #ifndef OPENSSL_NO_STATIC_ENGINE |
336 | void ENGINE_load_aep(void); | 336 | void ENGINE_load_aep(void); |
337 | void ENGINE_load_atalla(void); | ||
338 | void ENGINE_load_chil(void); | 337 | void ENGINE_load_chil(void); |
339 | void ENGINE_load_nuron(void); | 338 | void ENGINE_load_nuron(void); |
340 | void ENGINE_load_padlock(void); | 339 | void ENGINE_load_padlock(void); |