Skip to content

Commit 3b85f53

Browse files
committed
added an accidently erased char
1 parent a1c67c0 commit 3b85f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22973,7 +22973,7 @@ run_rating() {
2297322973
c1_worst=80
2297422974
elif [[ $(has_server_protocol "tls1") -eq 0 ]]; then
2297522975
c1_worst=90
22976-
elif [[ $(as_server_protocol "tls1_1") -eq 0 ]]; then
22976+
elif [[ $(has_server_protocol "tls1_1") -eq 0 ]]; then
2297722977
c1_worst=95
2297822978
else # TLS1.2 and TLS1.3 both give 100 points
2297922979
c1_worst=100

0 commit comments

Comments
 (0)