CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/13 11:48:39
Modified files:
lib/libssl/src/crypto/engine: eng_all.c engine.h
lib/libssl/src/doc/crypto: engine.pod
lib/libssl/src/engines: Makefile
lib/libssl/src/util: libeay.num
Removed files:
lib/libssl/src/engines: e_ubsec.c e_ubsec.ec e_ubsec_err.c
e_ubsec_err.h
lib/libssl/src/engines/vendor_defns: hw_ubsec.h
Log message:
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@