Skip to content

Commit

Permalink
tlsfuzzer.sh: Use python3
Browse files Browse the repository at this point in the history
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com>
(Merged from #23342)

(cherry picked from commit 15f479e)
  • Loading branch information
t8m committed Jan 23, 2024
1 parent b8405af commit cf00085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/recipes/95-test_external_tlsfuzzer_data/tlsfuzzer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 "------------------------------------------------------------------"
Expand Down

0 comments on commit cf00085

Please sign in to comment.