Skip to content

Commit

Permalink
Fix various windows compilation issues
Browse files Browse the repository at this point in the history
Reviewed-by: Tim Hudson <[email protected]>
  • Loading branch information
mattcaswell committed Jan 28, 2015
1 parent 537bf43 commit 7317192
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion crypto/sha/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions ms/test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions ms/testce.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion util/mkdef.pl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
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;
Expand Down

0 comments on commit 7317192

Please sign in to comment.