]> granicus.if.org Git - openssl/commitdiff
Typo in EXCL_OBJ list
authorAndy Polyakov <appro@openssl.org>
Mon, 23 Jul 2007 16:35:30 +0000 (16:35 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 23 Jul 2007 16:35:30 +0000 (16:35 +0000)
Makefile.org

index 6a19e9e898d02b0b5171c30770728eef4aa443f7..363cd02280b3813cc476c5a3789e8684c79693d5 100644 (file)
@@ -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}' ; \