Skip to content

Commit e2ee8b2

Browse files
committed
fix typo in comment
1 parent 5ffcd08 commit e2ee8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testssl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20500,7 +20500,7 @@ find_openssl_binary() {
2050020500
HAS_CURVES=true
2050120501
for curve in "${curves_ossl[@]}"; do
2050220502
# Same as above, we just don't need a port for invalid.
20503-
#FIXME: openssl 3 sometimes seems somtimes to hang when using '-connect invalid.' for up to 10 seconds
20503+
#FIXME: openssl 3 sometimes seems to hang when using '-connect invalid.' for up to 10 seconds
2050420504
$OPENSSL s_client -curves $curve -connect $NXCONNECT </dev/null 2>&1 | grep -Eiaq "Error with command|unknown option|cannot be set"
2050520505
[[ $? -ne 0 ]] && OSSL_SUPPORTED_CURVES+=" $curve "
2050620506
done

0 commit comments

Comments
 (0)