From 3ae83be0212e61c20a8a7f6b2c7a84fd73235fbd Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Wed, 1 Feb 2006 22:22:40 +0000 Subject: [PATCH] Spotted divergence between CVS and submitted tar-ball. --- fips-1.0/Makefile | 3 ++- fips-1.0/hmac/Makefile | 4 +--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/fips-1.0/Makefile b/fips-1.0/Makefile index c6249c13f0..d9fddddd14 100644 --- a/fips-1.0/Makefile +++ b/fips-1.0/Makefile @@ -35,7 +35,8 @@ SHARED_LIB= libcrypto$(SHLIB_EXT) LIBSRC=fips.c fips_err_wrapper.c fipshashes.c LIBOBJ=fips.o fips_err_wrapper.o fipshashes.o -FIPS_OBJ_LISTS=sha/lib rand/lib des/lib aes/lib dsa/lib rsa/lib dh/lib +FIPS_OBJ_LISTS=sha/lib hmac/lib rand/lib des/lib aes/lib dsa/lib rsa/lib dh/lib + SRC= $(LIBSRC) EXHEADER=fips.h diff --git a/fips-1.0/hmac/Makefile b/fips-1.0/hmac/Makefile index 2e1d92b89c..416ed9e1ec 100644 --- a/fips-1.0/hmac/Makefile +++ b/fips-1.0/hmac/Makefile @@ -38,9 +38,7 @@ top: all: lib lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) - $(RANLIB) $(LIB) || echo Never mind. - @sleep 2; touch lib + @echo $(LIBOBJ) > lib files: $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO -- 2.25.1