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:31 +0100
commitcf000858fab87ab6f247a72afc09f6f677943d7e (patch)
tree6da77a4eda8c36d5b841d008a52d01b4eafe0c8c
parentb8405af3bedb4943d1462947932649eab92e5deb (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 "------------------------------------------------------------------"