From 9d97db85fcac495984d338db616a7031a5686996 Mon Sep 17 00:00:00 2001 From: David Cooper Date: Thu, 7 Nov 2019 12:57:58 -0500 Subject: [PATCH] Fix typos in comment --- testssl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testssl.sh b/testssl.sh index a4af525..a5c2441 100755 --- a/testssl.sh +++ b/testssl.sh @@ -4784,8 +4784,8 @@ locally_supported() { } -# The protocol check in run_protocols needs to be redone. The using_socket part there kind of sucks. -# 1) we need to have a variable where the results are being stored so that every other test doesn't have to do this agai +# The protocol check in run_protocols needs to be redone. The using_sockets part there kind of sucks. +# 1) we need to have a variable where the results are being stored so that every other test doesn't have to do this again # --> we have that but certain information like "downgraded" are not being passed. That's not ok for run_protocols()/ # for all other functions we can use it # 2) the code is old and one can do that way better