diff options
author | reyk <> | 2014-04-13 18:50:36 +0000 |
---|---|---|
committer | reyk <> | 2014-04-13 18:50:36 +0000 |
commit | 3c02d02c8d8465d1eb5c39c6a496d8abcf56ec2c (patch) | |
tree | 86cbe1960d3ff2534c09dad8bd781c0e8d1823c5 /src/lib/libcrypto/doc/engine.pod | |
parent | 92c3e3ddd8fdfa963ec105ba6978373e4bfcd4ff (diff) | |
download | openbsd-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/doc/engine.pod')
-rw-r--r-- | src/lib/libcrypto/doc/engine.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index ba36974c45..b0cea78cd3 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod | |||
@@ -25,7 +25,6 @@ engine - ENGINE cryptographic module support | |||
25 | void ENGINE_load_dynamic(void); | 25 | void ENGINE_load_dynamic(void); |
26 | #ifndef OPENSSL_NO_STATIC_ENGINE | 26 | #ifndef OPENSSL_NO_STATIC_ENGINE |
27 | void ENGINE_load_aep(void); | 27 | void ENGINE_load_aep(void); |
28 | void ENGINE_load_atalla(void); | ||
29 | void ENGINE_load_chil(void); | 28 | void ENGINE_load_chil(void); |
30 | void ENGINE_load_gmp(void); | 29 | void ENGINE_load_gmp(void); |
31 | void ENGINE_load_nuron(void); | 30 | void ENGINE_load_nuron(void); |