From: Dr. Stephen Henson Date: Tue, 16 Jan 2007 17:14:50 +0000 (+0000) Subject: Remove deleted fipshashes.[co] from Makefile. X-Git-Tag: OpenSSL_0_9_7m~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=caf8fc0b3bdc3d76765a9ba06bf52e1f1cadec7a;p=oweals%2Fopenssl.git Remove deleted fipshashes.[co] from Makefile. --- diff --git a/fips-1.0/Makefile b/fips-1.0/Makefile index ef5fe3623a..0510581b7a 100644 --- a/fips-1.0/Makefile +++ b/fips-1.0/Makefile @@ -34,8 +34,8 @@ GENERAL=Makefile README fips-lib.com install.com LIB= $(TOP)/libcrypto.a SHARED_LIB= libcrypto$(SHLIB_EXT) -LIBSRC=fips.c fips_err_wrapper.c fipshashes.c -LIBOBJ=fips.o fips_err_wrapper.o fipshashes.o +LIBSRC=fips.c fips_err_wrapper.c +LIBOBJ=fips.o fips_err_wrapper.o FIPS_OBJ_LISTS=sha/lib hmac/lib rand/lib des/lib aes/lib dsa/lib rsa/lib dh/lib