Merge pull request #873 from tomwassenberg/comment-fix

Correct small inconsistency in code comment
This commit is contained in:
Dirk Wetter 2017-10-21 11:49:08 +02:00 committed by GitHub
commit 90eb1f128c
1 changed files with 1 additions and 1 deletions

View File

@ -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=<myprivate_path_to_openssl> ./testssl.sh <host>
# following variables make use of $ENV, e.g. OPENSSL=<myprivate_path_to_openssl> ./testssl.sh <URI>
# 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