diff --git a/fips-1.0/Makefile b/fips-1.0/Makefile index c6249c13f..d9fddddd1 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 2e1d92b89..416ed9e1e 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