File tree Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Expand file tree Collapse file tree 4 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ASFLAGS= $(INCLUDES) $(ASFLAG)
18
18
AFLAGS = $(ASFLAGS )
19
19
20
20
GENERAL =Makefile
21
- TEST =shatest.c sha1test.c sha256t.c sha512t.c
21
+ TEST =sha1test.c sha256t.c sha512t.c
22
22
APPS =
23
23
24
24
LIB =$(TOP ) /libcrypto.a
Original file line number Diff line number Diff line change @@ -23,10 +23,6 @@ echo bftest
23
23
bftest
24
24
if errorlevel 1 goto done
25
25
26
- echo shatest
27
- shatest
28
- if errorlevel 1 goto done
29
-
30
26
echo sha1test
31
27
sha1test
32
28
if errorlevel 1 goto done
Original file line number Diff line number Diff line change @@ -32,10 +32,6 @@ echo bftest
32
32
call %test% \testce2 bftest
33
33
if errorlevel 1 goto done
34
34
35
- echo shatest
36
- call %test% \testce2 shatest
37
- if errorlevel 1 goto done
38
-
39
35
echo sha1test
40
36
call %test% \testce2 sha1test
41
37
if errorlevel 1 goto done
Original file line number Diff line number Diff line change 140
140
my $no_rsa ; my $no_dsa ; my $no_dh ; my $no_hmac =0; my $no_aes ; my $no_krb5 ;
141
141
my $no_ec ; my $no_ecdsa ; my $no_ecdh ; my $no_engine ; my $no_hw ;
142
142
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 ;
144
144
my $no_jpake ; my $no_srp ; my $no_ec2m ; my $no_nistp_gcc ;
145
145
my $no_nextprotoneg ; my $no_sctp ; my $no_srtp ; my $no_ssl_trace ;
146
146
my $no_unit_test ; my $no_ssl3_method ; my $no_ocb ;
You can’t perform that action at this time.
0 commit comments