From: Andy Polyakov <appro@openssl.org>
Date: Wed, 1 Feb 2006 22:22:40 +0000 (+0000)
Subject: Spotted divergence between CVS and submitted tar-ball.
X-Git-Tag: OpenSSL_FIPS_1_0~18
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3ae83be0212e61c20a8a7f6b2c7a84fd73235fbd;p=oweals%2Fopenssl.git

Spotted divergence between CVS and submitted tar-ball.
---

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