Merge pull request #1386 from dcooper16/fix1385

Fix #1385
This commit is contained in:
Dirk Wetter 2019-11-20 20:37:02 +01:00 committed by GitHub
commit 9ce152ba43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6098,7 +6098,7 @@ sub_session_resumption() {
return 1
fi
fi
"$CLIENT_AUTH" && return 3
"$CLIENT_AUTH" && return 6
if "$HAS_NO_SSL2"; then
addcmd+=" -no_ssl2"
else