Merge pull request #1040 from dcooper16/fix_typo

Fix typo
This commit is contained in:
Dirk Wetter 2018-04-23 21:37:13 +02:00 committed by GitHub
commit 90b671fbb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15893,7 +15893,7 @@ determine_optimal_proto() {
tmpfile_handle ${FUNCNAME[0]}.txt
prln_bold "doesn't seem to be a TLS/SSL enabled server";
ignore_no_or_lame " The results might look ok but they could be nonsense. Really proceed ? (\"yes\" to continue)" "yes"
[[ $? -ne 0 ]] && $ERR_CLUELESS
[[ $? -ne 0 ]] && exit $ERR_CLUELESS
fi
# NOTE: The following code is only needed as long as draft versions of TLSv1.3 prior to draft 23