From bf4131fbf9544f77e3549a5d8f497ee6e1fa0ebc Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Wed, 15 Aug 2007 12:37:34 +0000 Subject: [PATCH] Update to include fips_locl.h so WIN32 build can pick it up. --- fips-1.0/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fips-1.0/Makefile b/fips-1.0/Makefile index c36ce82a1c..dfca537178 100644 --- a/fips-1.0/Makefile +++ b/fips-1.0/Makefile @@ -49,7 +49,7 @@ FIPS_OBJ_LISTS=sha/lib hmac/lib rand/lib des/lib aes/lib dsa/lib rsa/lib dh/lib SRC= $(LIBSRC) EXHEADER=fips.h -HEADER=$(EXHEADER) fips_utl.h +HEADER=$(EXHEADER) fips_utl.h fips_locl.h EXE=fipsld ALL= $(GENERAL) $(SRC) $(HEADER) -- 2.25.1