From: Andy Polyakov Date: Mon, 23 Jul 2007 16:35:30 +0000 (+0000) Subject: Typo in EXCL_OBJ list X-Git-Tag: FIPS_098_TEST_3~34 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0a22e7446bb8917e253e7b94cd7fd4662dbb31f9;p=oweals%2Fopenssl.git Typo in EXCL_OBJ list --- diff --git a/Makefile.org b/Makefile.org index 6a19e9e898..363cd02280 100644 --- a/Makefile.org +++ b/Makefile.org @@ -323,7 +323,7 @@ build_libs: build_crypto build_fips build_ssl build_engines build_crypto: if [ -n "$(FIPSCANLIB)" ]; then \ - EXCL_OBJ='$(AES_ASM_OBJ) $(BN_ASM) $(DES_ENC) $(CPUID_OBJ) $(SHA_ASM_OBJ) $(FIPS_EX_OBJ)' ; export EXCL_OBJ ; \ + EXCL_OBJ='$(AES_ASM_OBJ) $(BN_ASM) $(DES_ENC) $(CPUID_OBJ) $(SHA1_ASM_OBJ) $(FIPS_EX_OBJ)' ; export EXCL_OBJ ; \ ARX='$(PERL) $${TOP}/util/arx.pl $(AR)' ; \ else \ ARX='${AR}' ; \