tlsfuzzer.sh: Use python3
authorTomas Mraz <tomas@openssl.org>
Fri, 19 Jan 2024 09:59:03 +0000 (10:59 +0100)
committerTomas Mraz <tomas@openssl.org>
Tue, 23 Jan 2024 17:10:31 +0000 (18:10 +0100)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from https://github.com/openssl/openssl/pull/23342)

(cherry picked from commit 15f479e25f9591a2749fabb436dcdfb9304c5c7b)

test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh

index 9c2421f906f2c5daf85083d9c5c91926908f7666..be27dc7169d12af937c564fba280389e89d58bba 100644 (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 "------------------------------------------------------------------"