We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b0b771 commit ffa1ffdCopy full SHA for ffa1ffd
testssl.sh
@@ -21135,9 +21135,9 @@ find_openssl_binary() {
21135
fi
21136
21137
# 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
+ if $OPENSSL s_client -help 2>&1 | grep -q early_data ; then
21139
HAS_EARLYDATA=true
21140
- elif if OPENSSL_CONF='' $OPENSS2 s_client --help 2>&1 | grep -q early_data ; then
+ elif OPENSSL_CONF='' $OPENSS2 s_client --help 2>&1 | grep -q early_data ; then
21141
HAS2_EARLYDATA=true
21142
21143
0 commit comments