From d3c3d65e1ffb19e302ae1d89dfe780464072d022 Mon Sep 17 00:00:00 2001 From: Dirk Date: Fri, 22 Sep 2017 10:32:28 +0200 Subject: [PATCH] wording client simulation --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index 1e60726..66144f2 100755 --- a/testssl.sh +++ b/testssl.sh @@ -3654,7 +3654,7 @@ run_client_simulation() { if [[ -n "$STARTTLS_PROTOCOL" ]]; then client_service=$(toupper "${STARTTLS_PROTOCOL%s}") # strip trailing 's' in ftp(s), smtp(s), pop3(s), etc else - outln "Could not determine which protocol was started, only simulating generic clients." + outln "Could not determine the protocol, only simulating generic clients." client_service="undetermined" fi fi