summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-01-19 10:59:03 +0100
committerTomas Mraz <tomas@openssl.org>2024-01-23 18:10:11 +0100
commitc53abbb12ed84d845a77ea8de3407246c6a6fc33 (patch)
treeef4f4f695599fe161fdf00c6257a5b840b4b9a61
parent2cad2ae30e60e2c9cf4bfe8daeb60aef12ef2447 (diff)
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) (cherry picked from commit 15f479e25f9591a2749fabb436dcdfb9304c5c7b)
-rw-r--r--test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh2
1 files changed, 1 insertions, 1 deletions
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 "------------------------------------------------------------------"