File 0002-Delete-OPENSSL-CLEANSE-buplicated.patch of Package openssl.4105
From 17c4906d2615319803b2febdf48caae39a3c5991 Mon Sep 17 00:00:00 2001
From: "Leonidas S. Barbosa" <leosilva@linux.vnet.ibm.com>
Date: Mon, 31 Aug 2015 16:14:26 -0400
Subject: [PATCH] delete OPENSSL_cleanse
---
crypto/fips/fips_standalone_hmac.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/crypto/fips/fips_standalone_hmac.c b/crypto/fips/fips_standalone_hmac.c
index ea1e32d..bcbcf8f 100644
--- a/crypto/fips/fips_standalone_hmac.c
+++ b/crypto/fips/fips_standalone_hmac.c
@@ -57,7 +57,6 @@
#ifndef FIPSCANISTER_O
int FIPS_selftest_failed() { return 0; }
void FIPS_selftest_check() {}
-void OPENSSL_cleanse(void *p,size_t len) {}
#endif
#if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
--
1.8.5.6