summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/doc
diff options
context:
space:
mode:
authorreyk <>2014-04-13 18:31:41 +0000
committerreyk <>2014-04-13 18:31:41 +0000
commit92c3e3ddd8fdfa963ec105ba6978373e4bfcd4ff (patch)
treed2fdaf6f2c0561c642436310ad835b2bdeaf061e /src/lib/libcrypto/doc
parent3571f62f1f186576fa4d0cbeae82268f94299018 (diff)
downloadopenbsd-92c3e3ddd8fdfa963ec105ba6978373e4bfcd4ff.tar.gz
openbsd-92c3e3ddd8fdfa963ec105ba6978373e4bfcd4ff.tar.bz2
openbsd-92c3e3ddd8fdfa963ec105ba6978373e4bfcd4ff.zip
Remove the cswift engine: it is not standalone and we don't have the
hardware. The vendor_defns/cswift.h does not specify a copyright and theoretically defaults to the OpenSSL license, but it also mentions that it includes parts that have been "clipped" from CryptoSwift's proprietary headers. This file should better include an explicit copyright statement or mention OpenSSL's library instead of the ambiguous "Attribution notice". ok deraadt@
Diffstat (limited to 'src/lib/libcrypto/doc')
-rw-r--r--src/lib/libcrypto/doc/engine.pod3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/lib/libcrypto/doc/engine.pod b/src/lib/libcrypto/doc/engine.pod
index 69143b75eb..ba36974c45 100644
--- a/src/lib/libcrypto/doc/engine.pod
+++ b/src/lib/libcrypto/doc/engine.pod
@@ -27,7 +27,6 @@ engine - ENGINE cryptographic module support
27 void ENGINE_load_aep(void); 27 void ENGINE_load_aep(void);
28 void ENGINE_load_atalla(void); 28 void ENGINE_load_atalla(void);
29 void ENGINE_load_chil(void); 29 void ENGINE_load_chil(void);
30 void ENGINE_load_cswift(void);
31 void ENGINE_load_gmp(void); 30 void ENGINE_load_gmp(void);
32 void ENGINE_load_nuron(void); 31 void ENGINE_load_nuron(void);
33 #endif 32 #endif
@@ -319,8 +318,6 @@ functions, eg.
319 318
320 /* Make the "dynamic" ENGINE available */ 319 /* Make the "dynamic" ENGINE available */
321 void ENGINE_load_dynamic(void); 320 void ENGINE_load_dynamic(void);
322 /* Make the CryptoSwift hardware acceleration support available */
323 void ENGINE_load_cswift(void);
324 /* Make support for nCipher's "CHIL" hardware available */ 321 /* Make support for nCipher's "CHIL" hardware available */
325 void ENGINE_load_chil(void); 322 void ENGINE_load_chil(void);
326 ... 323 ...