File 0001-sha-asm-fips.patch of Package openssl

From 2e7e7c6e9b84330211b649eddb82e9d44789df95 Mon Sep 17 00:00:00 2001
From: "Leonidas S. Barbosa" <leosilva@linux.vnet.ibm.com>
Date: Mon, 31 Aug 2015 13:48:35 -0400
Subject: [PATCH] Fips p8 patch

---
 crypto/fips/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/fips/Makefile b/crypto/fips/Makefile
index 53e21d6..f768f63 100644
--- a/crypto/fips/Makefile
+++ b/crypto/fips/Makefile
@@ -92,6 +92,7 @@ clean:
 
 $(EXE): $(PROGRAM).o
 	FIPS_SHA_ASM=""; for i in $(SHA1_ASM_OBJ) sha256.o; do FIPS_SHA_ASM="$$FIPS_SHA_ASM ../sha/$$i" ; done; \
+	for i in $(CPUID_OBJ); do FIPS_SHA_ASM="$$FIPS_SHA_ASM ../$$i" ; done; \
 	$(CC) -o $@ $(CFLAGS) $(PROGRAM).o $$FIPS_SHA_ASM
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
-- 
1.8.5.6

openSUSE Build Service is sponsored by