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/engine/engine.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/lib/libcrypto/engine/engine.h') diff --git a/src/lib/libcrypto/engine/engine.h b/src/lib/libcrypto/engine/engine.h index 445e28c941..56175d3f67 100644 --- a/src/lib/libcrypto/engine/engine.h +++ b/src/lib/libcrypto/engine/engine.h @@ -338,7 +338,6 @@ void ENGINE_load_atalla(void); void ENGINE_load_chil(void); void ENGINE_load_cswift(void); void ENGINE_load_nuron(void); -void ENGINE_load_sureware(void); void ENGINE_load_padlock(void); void ENGINE_load_capi(void); #ifndef OPENSSL_NO_GMP -- cgit v1.2.3-55-g6feb