summaryrefslogtreecommitdiffstats
path: root/fips-1.0/aes
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2007-07-11 11:53:20 +0000
committerDr. Stephen Henson <steve@openssl.org>2007-07-11 11:53:20 +0000
commit982c67fbaa43b2277998bf3b66f9af2c40fd6046 (patch)
tree455542c75335307e015d9fe4c566084a275fd650 /fips-1.0/aes
parent2ef2463643ccca243cb1cf35121722bcb013c09c (diff)
Updates to WIN32 build system to make FIPS build work again.
Diffstat (limited to 'fips-1.0/aes')
-rw-r--r--fips-1.0/aes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fips-1.0/aes/Makefile b/fips-1.0/aes/Makefile
index d92cfea7ac..42782325cd 100644
--- a/fips-1.0/aes/Makefile
+++ b/fips-1.0/aes/Makefile
@@ -32,7 +32,7 @@ LIBOBJ=fips_aes_selftest.o
SRC= $(LIBSRC)
EXHEADER=
-HEADER= $(EXHEADER) fips_aes_locl.h
+HEADER=
ALL= $(GENERAL) $(SRC) $(HEADER)