From 0f3dfc01e2d5e7df882c963dd8dc4a0dfbfc96ad Mon Sep 17 00:00:00 2001 From: Gary Lin Date: Fri, 31 Mar 2017 16:34:14 +0800 Subject: Cryptlib/OpenSSL: update to openssl 1.1.0e - Delete the old openssl files and use the script to copy the new files - Add "-DNO_SYSLOG" to CFLAGS and add crypto/include to the include path Signed-off-by: Gary Lin --- Cryptlib/OpenSSL/crypto/fips_ers.c | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Cryptlib/OpenSSL/crypto/fips_ers.c (limited to 'Cryptlib/OpenSSL/crypto/fips_ers.c') diff --git a/Cryptlib/OpenSSL/crypto/fips_ers.c b/Cryptlib/OpenSSL/crypto/fips_ers.c deleted file mode 100644 index 1788ed28..00000000 --- a/Cryptlib/OpenSSL/crypto/fips_ers.c +++ /dev/null @@ -1,7 +0,0 @@ -#include - -#ifdef OPENSSL_FIPS -# include "fips_err.h" -#else -static void *dummy = &dummy; -#endif -- cgit v1.2.3