Skip to content

Commit ffa1ffd

Browse files
committed
fix syntax
1 parent 5b0b771 commit ffa1ffd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testssl.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21135,9 +21135,9 @@ find_openssl_binary() {
2113521135
fi
2113621136

2113721137
# Kind of fine this way as openssl 1.1.1 supports early_data, came with tls 1.3
21138-
if $OPENSSL s_client --help 2>&1 | grep -q early_data ; then
21138+
if $OPENSSL s_client -help 2>&1 | grep -q early_data ; then
2113921139
HAS_EARLYDATA=true
21140-
elif if OPENSSL_CONF='' $OPENSS2 s_client --help 2>&1 | grep -q early_data ; then
21140+
elif OPENSSL_CONF='' $OPENSS2 s_client --help 2>&1 | grep -q early_data ; then
2114121141
HAS2_EARLYDATA=true
2114221142
fi
2114321143

0 commit comments

Comments
 (0)