1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-05-16 13:16:04 +02:00

Merge pull request from dcooper16/fix1385

Fix 
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

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