From: Tomas Mraz Date: Fri, 19 Jan 2024 09:59:03 +0000 (+0100) Subject: tlsfuzzer.sh: Use python3 X-Git-Tag: openssl-3.1.5~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf000858fab87ab6f247a72afc09f6f677943d7e;p=thirdparty%2Fopenssl.git 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) --- diff --git a/test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh b/test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh index 9c2421f906f..be27dc7169d 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 "------------------------------------------------------------------"