]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Fix various windows compilation issues
authorMatt Caswell <matt@openssl.org>
Wed, 28 Jan 2015 13:01:44 +0000 (13:01 +0000)
committerMatt Caswell <matt@openssl.org>
Wed, 28 Jan 2015 22:55:15 +0000 (22:55 +0000)
Reviewed-by: Tim Hudson <tjh@openssl.org>
crypto/sha/Makefile
ms/test.bat
ms/testce.bat
util/mkdef.pl

index c72bba69bd7b3bcab0faccfe0f591d7f7dd30110..17dcbc8c9f277f3c7434f170eb24f3121820f162 100644 (file)
@@ -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
index d0b60600e21c87208b8b1e68fa7fff5895def5ca..e8b7ae226c219b4451786d87b1930041a64ab487 100755 (executable)
@@ -23,10 +23,6 @@ echo bftest
 bftest
 if errorlevel 1 goto done
 
-echo shatest
-shatest
-if errorlevel 1 goto done
-
 echo sha1test
 sha1test
 if errorlevel 1 goto done
index 8de94a43b242dc2b5ab17fc1a319e50d5581dccc..9b309e4b6e534402ea9a47ca435540eae72c1841 100644 (file)
@@ -32,10 +32,6 @@ echo bftest
 call %test%\testce2 bftest
 if errorlevel 1 goto done
 
-echo shatest
-call %test%\testce2 shatest
-if errorlevel 1 goto done
-
 echo sha1test
 call %test%\testce2 sha1test
 if errorlevel 1 goto done
index b67d14be57c24ae70efa750baec54b5a573b0558..faed4028b52cda331b5ade3d254b11353058192a 100755 (executable)
@@ -140,7 +140,7 @@ my $no_md2; my $no_md4; my $no_md5; my $no_sha; my $no_ripemd; my $no_mdc2;
 my $no_rsa; my $no_dsa; my $no_dh; my $no_hmac=0; my $no_aes; my $no_krb5;
 my $no_ec; my $no_ecdsa; my $no_ecdh; my $no_engine; my $no_hw;
 my $no_fp_api; my $no_static_engine=1; my $no_gmp; my $no_deprecated;
-my my $no_psk; my $no_tlsext; my $no_cms; my $no_capieng;
+my $no_psk; my $no_tlsext; my $no_cms; my $no_capieng;
 my $no_jpake; my $no_srp; my $no_ec2m; my $no_nistp_gcc; 
 my $no_nextprotoneg; my $no_sctp; my $no_srtp; my $no_ssl_trace;
 my $no_unit_test; my $no_ssl3_method; my $no_ocb;