Modify default for full 9 yrds run

We don't need to execute run_cipher_per_proto() in addition here
This commit is contained in:
Dirk Wetter 2020-09-07 09:54:34 +02:00
parent d424b0c649
commit e5d0b3eeac
1 changed files with 4 additions and 3 deletions

View File

@ -3819,7 +3819,8 @@ run_cipher_match(){
# test for all ciphers locally configured (w/o distinguishing whether they are good or bad)
# Test for all ciphers locally configured (w/o distinguishing whether they are good or bad)
#
run_allciphers() {
local -i nr_ciphers_tested=0 nr_ciphers=0 nr_ossl_ciphers=0 nr_nonossl_ciphers=0 sclient_success=0
local n auth mac hexc sslv2_ciphers="" s
@ -4417,7 +4418,8 @@ ciphers_by_strength() {
#FIXME: no error condition
}
# test for all ciphers per protocol locally configured (w/o distinguishing whether they are good or bad)
# Test for all ciphers per protocol locally configured (w/o distinguishing whether they are good or bad)
#
run_cipher_per_proto() {
local proto proto_hex proto_text
local using_sockets=true
@ -21534,7 +21536,6 @@ parse_cmd_line() {
-9|--full)
set_scanning_defaults
do_allciphers=false
do_cipher_per_proto=true
do_grease=true
;;
--add-ca|--add-CA|--add-ca=*|--add-CA=*)