mirror of
https://github.com/openssl/openssl.git
synced 2025-02-05 14:10:53 +08:00
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:
parent
825b7cb16e
commit
15f479e25f
@ -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 "------------------------------------------------------------------"
|
||||
|
Loading…
Reference in New Issue
Block a user