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-19 10:59:03 +0100
commit056f98531703e1f167ed857ea74a27b32cfab94f (patch)
treef6768a6a7a671a07a00deefc26294fd55c7d963e
parentf1eb85e72e29fb2792d334e79c5336460874757d (diff)
tlsfuzzer.sh: Use python3gost-engines-dir
-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 "------------------------------------------------------------------"