Skip to content

Commit 0daf83c

Browse files
committed
fix typo
1 parent cd57552 commit 0daf83c

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
@@ -17180,7 +17180,7 @@ run_ccs_injection(){
1718017180
# 0A: Unexpected message
1718117181
# 28: Handshake failure
1718217182
if [[ -z "${tls_hello_ascii:0:12}" ]]; then
17183-
# empty reply, this preply is the normal case
17183+
# empty reply which is the normal case
1718417184
pr_svrty_best "not vulnerable (OK)"
1718517185
if [[ $retval -eq 3 ]]; then
1718617186
fileout "$jsonID" "OK" "not vulnerable (timed out)" "$cve" "$cwe"

0 commit comments

Comments
 (0)