tlsfuzzer.sh: Use python3

Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/23342)
This commit is contained in:
Tomas Mraz 2024-01-19 10:59:03 +01:00
parent 825b7cb16e
commit 15f479e25f

View File

@ -42,7 +42,7 @@ OPENSSL_VERSION=$($CLI version | cut -f 2 -d ' ')
TMPFILE="${PWD}/tls-fuzzer.$$.tmp"
PSKFILE="${PWD}/tls-fuzzer.psk.$$.tmp"
PYTHON=`which python`
PYTHON=`which python3`
PORT=4433
echo "------------------------------------------------------------------"