Skip to content

Commit 235a6a0

Browse files
committed
add another OPENSSL_CONF=''
1 parent 91a3502 commit 235a6a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20973,7 +20973,7 @@ find_openssl_binary() {
2097320973
# We also check, whether there's $OPENSSL2 which has TLS 1.3
2097420974
if [[ ! "$OSSL_NAME" =~ LibreSSL ]] && [[ ! $OSSL_VER =~ 1.1.1 ]] && [[ $OSSL_VER_MAJOR -lt 3 ]]; then
2097520975
OPENSSL_CONF='' $OPENSSL2 s_client -help 2>$s_client_has2
20976-
$OPENSSL2 s_client -starttls foo 2>$s_client_starttls_has2
20976+
OPENSSL_CONF='' $OPENSSL2 s_client -starttls foo 2>$s_client_starttls_has2
2097720977
grep -q 'Unix-domain socket' $s_client_has2 && HAS_UDS2=true
2097820978
grep -q 'xmpp-server' $s_client_starttls_has2 && HAS_XMPP_SERVER2=true
2097920979
# Likely we don't need the following second check here, see 6 lines above

0 commit comments

Comments
 (0)