summaryrefslogtreecommitdiffstats
path: root/fips
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-09-16 21:44:57 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-09-16 21:44:57 +0000
commitd83dde61803f03646c6dd41a1b764258898fe2de (patch)
treea6da52c23cb7895bcd2a9c90bf3ca3d5f45f7853 /fips
parent63e1319d0fda2eb0d37e107ac58252f0d3dd0985 (diff)
Merge changes to build system from fips branch.
Diffstat (limited to 'fips')
-rw-r--r--fips/sha/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/fips/sha/Makefile b/fips/sha/Makefile
index ba8eb02baf..00b4cfa49d 100644
--- a/fips/sha/Makefile
+++ b/fips/sha/Makefile
@@ -23,7 +23,6 @@ CFLAGS= $(INCLUDES) $(CFLAG)
GENERAL=Makefile
TEST= fips_shatest.c
-TESTDATA= SHAmix.req SHAmix.fax
APPS=
EXE= fips_standalone_sha1$(EXE_EXT)
@@ -56,7 +55,6 @@ files:
links:
@$(PERL) $(TOP)/util/mklink.pl $(TOP)/include/openssl $(EXHEADER)
@$(PERL) $(TOP)/util/mklink.pl $(TOP)/test $(TEST)
- cp $(TESTDATA) $(TOP)/test
@$(PERL) $(TOP)/util/mklink.pl $(TOP)/apps $(APPS)
install: