summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-08-15 12:37:34 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-08-15 12:37:34 +0000
commitbf4131fbf9544f77e3549a5d8f497ee6e1fa0ebc (patch)
tree725c0ee797cad01a052449ddfc2587882212c8c2
parent2ac869590f27131dad6e393d314946a0ee1b0dab (diff)
downloadopenssl-new-bf4131fbf9544f77e3549a5d8f497ee6e1fa0ebc.tar.gz
Update to include fips_locl.h so WIN32 build can pick it up.
-rw-r--r--fips-1.0/Makefile2
1 files changed, 1 insertions, 1 deletions
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)