diff options
author | 2014-04-13 17:48:39 +0000 | |
---|---|---|
committer | 2014-04-13 17:48:39 +0000 | |
commit | cb5e71711d93baab36598af3158b8b05fc56d611 (patch) | |
tree | 79f06bfd26189174f7e1c0167b4573394012198c /lib/libssl/src/crypto/engine/engine.h | |
parent | Remove the IBM 4758 engine: we don't have this hardware and it is an (diff) | |
download | wireguard-openbsd-cb5e71711d93baab36598af3158b8b05fc56d611.tar.xz wireguard-openbsd-cb5e71711d93baab36598af3158b8b05fc56d611.zip |
Remove the Broadcom ubsec engine:
The vendor_defns/hw_ubsec.h file has a copyright that does not grant rights!
Vendor files should either include a compatible license in the
copyright statement or use OpenSSL's defaults, but adding a copyright
statement without any terms is not acceptable. It should not have
been included in the first place.
(The ubsec(4) kernel driver is not affected by this change)
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 85393f260d6..445e28c941a 100644 --- a/lib/libssl/src/crypto/engine/engine.h +++ b/lib/libssl/src/crypto/engine/engine.h @@ -339,7 +339,6 @@ void ENGINE_load_chil(void); void ENGINE_load_cswift(void); void ENGINE_load_nuron(void); void ENGINE_load_sureware(void); -void ENGINE_load_ubsec(void); void ENGINE_load_padlock(void); void ENGINE_load_capi(void); #ifndef OPENSSL_NO_GMP |