]> granicus.if.org Git - openssl/commitdiff
Update to include fips_locl.h so WIN32 build can pick it up.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 15 Aug 2007 12:37:34 +0000 (12:37 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 15 Aug 2007 12:37:34 +0000 (12:37 +0000)
fips-1.0/Makefile

index c36ce82a1c19590c0c08d209ffaec55921ad6ff0..dfca5371780ebbd111ea7600ad7a954110c3219d 100644 (file)
@@ -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)