From 26de2d98da4c165037bbc9cf0bc0c9734760a865 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Sun, 13 Apr 2014 18:31:41 +0000 Subject: 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@ --- src/lib/libcrypto/doc/engine.pod | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/lib/libcrypto/doc/engine.pod') 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 void ENGINE_load_aep(void); void ENGINE_load_atalla(void); void ENGINE_load_chil(void); - void ENGINE_load_cswift(void); void ENGINE_load_gmp(void); void ENGINE_load_nuron(void); #endif @@ -319,8 +318,6 @@ functions, eg. /* Make the "dynamic" ENGINE available */ void ENGINE_load_dynamic(void); - /* Make the CryptoSwift hardware acceleration support available */ - void ENGINE_load_cswift(void); /* Make support for nCipher's "CHIL" hardware available */ void ENGINE_load_chil(void); ... -- cgit v1.2.3-55-g6feb