From cf000858fab87ab6f247a72afc09f6f677943d7e Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Fri, 19 Jan 2024 10:59:03 +0100 Subject: [PATCH] tlsfuzzer.sh: Use python3 Reviewed-by: Hugo Landau Reviewed-by: Tom Cosgrove (Merged from https://github.com/openssl/openssl/pull/23342) (cherry picked from commit 15f479e25f9591a2749fabb436dcdfb9304c5c7b) --- test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh b/test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh index 9c2421f906..be27dc7169 100644 --- a/test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh +++ b/test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh @@ -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 "------------------------------------------------------------------"