mirror of
https://github.com/drwetter/testssl.sh.git
synced 2024-12-28 04:19:44 +01:00
added an accidently erased char
This commit is contained in:
parent
a1c67c0794
commit
3b85f53d52
@ -22973,7 +22973,7 @@ run_rating() {
|
||||
c1_worst=80
|
||||
elif [[ $(has_server_protocol "tls1") -eq 0 ]]; then
|
||||
c1_worst=90
|
||||
elif [[ $(as_server_protocol "tls1_1") -eq 0 ]]; then
|
||||
elif [[ $(has_server_protocol "tls1_1") -eq 0 ]]; then
|
||||
c1_worst=95
|
||||
else # TLS1.2 and TLS1.3 both give 100 points
|
||||
c1_worst=100
|
||||
|
Loading…
Reference in New Issue
Block a user