Skip to content

Commit 7317192

Browse files
committed
Fix various windows compilation issues
Reviewed-by: Tim Hudson <[email protected]>
1 parent 537bf43 commit 7317192

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

crypto/sha/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ASFLAGS= $(INCLUDES) $(ASFLAG)
1818
AFLAGS= $(ASFLAGS)
1919

2020
GENERAL=Makefile
21-
TEST=shatest.c sha1test.c sha256t.c sha512t.c
21+
TEST=sha1test.c sha256t.c sha512t.c
2222
APPS=
2323

2424
LIB=$(TOP)/libcrypto.a

ms/test.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ echo bftest
2323
bftest
2424
if errorlevel 1 goto done
2525

26-
echo shatest
27-
shatest
28-
if errorlevel 1 goto done
29-
3026
echo sha1test
3127
sha1test
3228
if errorlevel 1 goto done

ms/testce.bat

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ echo bftest
3232
call %test%\testce2 bftest
3333
if errorlevel 1 goto done
3434

35-
echo shatest
36-
call %test%\testce2 shatest
37-
if errorlevel 1 goto done
38-
3935
echo sha1test
4036
call %test%\testce2 sha1test
4137
if errorlevel 1 goto done

util/mkdef.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
my $no_rsa; my $no_dsa; my $no_dh; my $no_hmac=0; my $no_aes; my $no_krb5;
141141
my $no_ec; my $no_ecdsa; my $no_ecdh; my $no_engine; my $no_hw;
142142
my $no_fp_api; my $no_static_engine=1; my $no_gmp; my $no_deprecated;
143-
my my $no_psk; my $no_tlsext; my $no_cms; my $no_capieng;
143+
my $no_psk; my $no_tlsext; my $no_cms; my $no_capieng;
144144
my $no_jpake; my $no_srp; my $no_ec2m; my $no_nistp_gcc;
145145
my $no_nextprotoneg; my $no_sctp; my $no_srtp; my $no_ssl_trace;
146146
my $no_unit_test; my $no_ssl3_method; my $no_ocb;

0 commit comments

Comments
 (0)