From 49e1934eee9cd11330e3102f9e23284c3167b2bf Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Wed, 21 Jul 2021 15:51:04 +0200 Subject: [PATCH] Define variables needed by the 2.x ssl-opt.sh Signed-off-by: Gilles Peskine --- tests/scripts/run-ssl-opt-for-check.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/scripts/run-ssl-opt-for-check.sh b/tests/scripts/run-ssl-opt-for-check.sh index 492bb784e0..3a14ecfe79 100755 --- a/tests/scripts/run-ssl-opt-for-check.sh +++ b/tests/scripts/run-ssl-opt-for-check.sh @@ -19,6 +19,8 @@ P_CLI="ssl_client2" P_SRV="ssl_server2" SESSION="session.tmp" SKIP_NEXT= +SRV_PORT=4433 +TCP_CLIENT=":" client_needs_more_time () { :