Skip to content

Commit c53abbb

Browse files
committed
tlsfuzzer.sh: Use python3
Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from openssl/openssl#23342) (cherry picked from commit 15f479e)
1 parent 2cad2ae commit c53abbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ OPENSSL_VERSION=$($CLI version | cut -f 2 -d ' ')
4242
TMPFILE="${PWD}/tls-fuzzer.$$.tmp"
4343
PSKFILE="${PWD}/tls-fuzzer.psk.$$.tmp"
4444

45-
PYTHON=`which python`
45+
PYTHON=`which python3`
4646
PORT=4433
4747

4848
echo "------------------------------------------------------------------"

0 commit comments

Comments
 (0)