From 39bc207d0ebbfcdd0eb6d36a142b3771080494ce Mon Sep 17 00:00:00 2001 From: Tom Wassenberg Date: Fri, 20 Oct 2017 21:36:41 +0200 Subject: [PATCH] Correct small inconsistency in comment The main parameter is referred to as "" everywhere, except for in one comment, where it was "". Made this consistent with other uses. --- testssl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testssl.sh b/testssl.sh index b4d28a70..a658b1a4 100755 --- a/testssl.sh +++ b/testssl.sh @@ -164,7 +164,7 @@ fi TERM_CURRPOS=0 # custom line wrapping needs alter the current horizontal cursor pos ## CONFIGURATION PART ## -# following variables make use of $ENV, e.g. OPENSSL= ./testssl.sh +# following variables make use of $ENV, e.g. OPENSSL= ./testssl.sh # 0 means (normally) true here. Some of the variables are also accessible with a command line switch, see --help declare -x OPENSSL OPENSSL_TIMEOUT FAST_SOCKET=${FAST_SOCKET:-false} # EXPERIMENTAL feature to accelerate sockets -- DO NOT USE it for production