Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12-SP1:Update
openssl
0001-sha-asm-fips.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
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
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor