diff options
author | 2014-04-13 19:04:55 +0000 | |
---|---|---|
committer | 2014-04-13 19:04:55 +0000 | |
commit | 7689d81ec77a8a65e8f980b188eb73f4ec026a68 (patch) | |
tree | c0c8349a70205ce3add59cccbbf0cbe10e68093c /lib/libssl/src/crypto/engine/engine.h | |
parent | Remove the Atalla engine: It is not standalone and depends on external (diff) | |
download | wireguard-openbsd-7689d81ec77a8a65e8f980b188eb73f4ec026a68.tar.xz wireguard-openbsd-7689d81ec77a8a65e8f980b188eb73f4ec026a68.zip |
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/libssl/src/crypto/engine/engine.h')
-rw-r--r-- | lib/libssl/src/crypto/engine/engine.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libssl/src/crypto/engine/engine.h b/lib/libssl/src/crypto/engine/engine.h index 948b5a18ff2..05e13578bd7 100644 --- a/lib/libssl/src/crypto/engine/engine.h +++ b/lib/libssl/src/crypto/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); |