diff options
author | 2014-04-13 18:50:36 +0000 | |
---|---|---|
committer | 2014-04-13 18:50:36 +0000 | |
commit | 416bc2bb19a6311d00ed16f14c72919a28f92403 (patch) | |
tree | 97116e7cd563ac7008f91a5becea71649b8194a4 /lib/libcrypto/doc/engine.pod | |
parent | Remove the cswift engine: it is not standalone and we don't have the (diff) | |
download | wireguard-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/doc/engine.pod')
-rw-r--r-- | lib/libcrypto/doc/engine.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libcrypto/doc/engine.pod b/lib/libcrypto/doc/engine.pod index ba36974c457..b0cea78cd37 100644 --- a/lib/libcrypto/doc/engine.pod +++ b/lib/libcrypto/doc/engine.pod @@ -25,7 +25,6 @@ engine - ENGINE cryptographic module support 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_gmp(void); void ENGINE_load_nuron(void); |