Skip to content

Commit

Permalink
tlsfuzzer.sh: Use python3
Browse files Browse the repository at this point in the history
  • Loading branch information
t8m committed Jan 19, 2024
1 parent f1eb85e commit 056f985
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 056f985

Please sign in to comment.