From 42fd1dcb481bcbbf4cdefcb9b8545896f5b22049 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Sun, 13 Apr 2014 17:48:39 +0000 Subject: 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@ --- src/lib/libcrypto/doc/engine.pod | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/libcrypto/doc') diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod index 3f4acce86d..0e1b72922c 100644 --- a/src/lib/libcrypto/doc/engine.pod +++ b/src/lib/libcrypto/doc/engine.pod @@ -31,7 +31,6 @@ engine - ENGINE cryptographic module support void ENGINE_load_gmp(void); void ENGINE_load_nuron(void); void ENGINE_load_sureware(void); - void ENGINE_load_ubsec(void); #endif void ENGINE_load_cryptodev(void); void ENGINE_load_builtin_engines(void); -- cgit v1.2.3-55-g6feb