From e7e0fc2cfffbaa340a1810ec9e0fed524c372db5 Mon Sep 17 00:00:00 2001 From: reyk <> Date: Sun, 13 Apr 2014 18:12:23 +0000 Subject: 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@ --- 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 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 void ENGINE_load_cswift(void); void ENGINE_load_gmp(void); void ENGINE_load_nuron(void); - void ENGINE_load_sureware(void); #endif void ENGINE_load_cryptodev(void); void ENGINE_load_builtin_engines(void); -- cgit v1.2.3-55-g6feb