diff options
author | Tomas Mraz <tomas@openssl.org> | 2024-01-19 10:59:03 +0100 |
---|---|---|
committer | Tomas Mraz <tomas@openssl.org> | 2024-01-23 18:09:08 +0100 |
commit | 15f479e25f9591a2749fabb436dcdfb9304c5c7b (patch) | |
tree | 789846de058571180996251a53db2827fdcf3769 /test/recipes | |
parent | tlsfuzzer.sh: Make it more informative on errors (diff) | |
download | openssl-15f479e25f9591a2749fabb436dcdfb9304c5c7b.tar.xz openssl-15f479e25f9591a2749fabb436dcdfb9304c5c7b.zip |
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)
Diffstat (limited to 'test/recipes')
-rw-r--r-- | test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh | 2 |
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 "------------------------------------------------------------------" |