summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc/engine.pod
diff options
context:
space:
mode:
authorreyk <>2014-04-13 17:48:39 +0000
committerreyk <>2014-04-13 17:48:39 +0000
commit7dc72eaf8325af95a34110a8cbd9fad68efeeedb (patch)
tree9bdaa1e908478a524d891b9e8b40843370958f1e /src/lib/libcrypto/doc/engine.pod
parent45f3bc2e7ecfb79db1e1fa8a1f8b7c4e04b785fc (diff)
downloadopenbsd-7dc72eaf8325af95a34110a8cbd9fad68efeeedb.tar.gz
openbsd-7dc72eaf8325af95a34110a8cbd9fad68efeeedb.tar.bz2
openbsd-7dc72eaf8325af95a34110a8cbd9fad68efeeedb.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 'src/lib/libcrypto/doc/engine.pod')
-rw-r--r--src/lib/libcrypto/doc/engine.pod1
1 files changed, 0 insertions, 1 deletions
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
31 void ENGINE_load_gmp(void); 31 void ENGINE_load_gmp(void);
32 void ENGINE_load_nuron(void); 32 void ENGINE_load_nuron(void);
33 void ENGINE_load_sureware(void); 33 void ENGINE_load_sureware(void);
34 void ENGINE_load_ubsec(void);
35 #endif 34 #endif
36 void ENGINE_load_cryptodev(void); 35 void ENGINE_load_cryptodev(void);
37 void ENGINE_load_builtin_engines(void); 36 void ENGINE_load_builtin_engines(void);