Merge pull request #1412 from drwetter/minor_code_improvements1
fix errorneous insertion
This commit is contained in:
commit
db558de147
|
@ -3463,7 +3463,7 @@ run_cipher_match(){
|
||||||
ossl_supported[nr_ciphers]=true
|
ossl_supported[nr_ciphers]=true
|
||||||
nr_ciphers+=1
|
nr_ciphers+=1
|
||||||
fi
|
fi
|
||||||
done < <(actually_supported_osslciphers 'ALL:COMPLEMENTOFALL:@STRENGTH' 'ALL' "-V")no sockets, openssl
|
done < <(actually_supported_osslciphers 'ALL:COMPLEMENTOFALL:@STRENGTH' 'ALL' "-V")
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Test the SSLv2 ciphers, if any.
|
# Test the SSLv2 ciphers, if any.
|
||||||
|
|
Loading…
Reference in New Issue