summaryrefslogtreecommitdiffstats
path: root/crypto/sha/Makefile
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-01-28 13:01:44 +0000
committerMatt Caswell <matt@openssl.org>2015-01-28 22:55:15 +0000
commit7317192c645f24dfdb0c8340b871bc045454f8f4 (patch)
tree02c9e88cdb62475eb2aac27bd701aea9d7060223 /crypto/sha/Makefile
parent537bf4381b0db3436e8ef8daff65e39e8593eecf (diff)
Fix various windows compilation issues
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/sha/Makefile')
-rw-r--r--crypto/sha/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/sha/Makefile b/crypto/sha/Makefile
index c72bba69bd..17dcbc8c9f 100644
--- a/crypto/sha/Makefile
+++ b/crypto/sha/Makefile
@@ -18,7 +18,7 @@ ASFLAGS= $(INCLUDES) $(ASFLAG)
AFLAGS= $(ASFLAGS)
GENERAL=Makefile
-TEST=shatest.c sha1test.c sha256t.c sha512t.c
+TEST=sha1test.c sha256t.c sha512t.c
APPS=
LIB=$(TOP)/libcrypto.a