summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc
diff options
context:
space:
mode:
authorreyk <>2014-04-13 18:12:23 +0000
committerreyk <>2014-04-13 18:12:23 +0000
commite7e0fc2cfffbaa340a1810ec9e0fed524c372db5 (patch)
tree27fa3287596037cbc0ca3494db096362bd8a5079 /src/lib/libcrypto/doc
parent42fd1dcb481bcbbf4cdefcb9b8545896f5b22049 (diff)
downloadopenbsd-e7e0fc2cfffbaa340a1810ec9e0fed524c372db5.tar.gz
openbsd-e7e0fc2cfffbaa340a1810ec9e0fed524c372db5.tar.bz2
openbsd-e7e0fc2cfffbaa340a1810ec9e0fed524c372db5.zip
Remove the "sureware" engine:
The vendor_defns/sureware.h file by Baltimore Technologies Ltd. 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. ok deraadt@
Diffstat (limited to 'src/lib/libcrypto/doc')
-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 0e1b72922c..69143b75eb 100644
--- a/src/lib/libcrypto/doc/engine.pod
+++ b/src/lib/libcrypto/doc/engine.pod
@@ -30,7 +30,6 @@ engine - ENGINE cryptographic module support
30 void ENGINE_load_cswift(void); 30 void ENGINE_load_cswift(void);
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);
34 #endif 33 #endif
35 void ENGINE_load_cryptodev(void); 34 void ENGINE_load_cryptodev(void);
36 void ENGINE_load_builtin_engines(void); 35 void ENGINE_load_builtin_engines(void);