From 3a037b43d1559bc524698e75104535dcd7d5767c Mon Sep 17 00:00:00 2001 From: XiaokangQian Date: Mon, 22 Nov 2021 04:06:52 +0000 Subject: [PATCH] Change script to solve G_NEXT_SRV_RSA not set issue Signed-off-by: XiaokangQian --- tests/ssl-opt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index e4823d283b51..33af45ba7672 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -83,6 +83,7 @@ if [ -n "${GNUTLS_NEXT_SERV:-}" ]; then G_NEXT_SRV_RSA="$GNUTLS_NEXT_SERV --x509certfile data_files/server2.crt --x509keyfile data_files/server2.key" else G_NEXT_SRV=false + G_NEXT_SRV_RSA=false fi if [ -n "${GNUTLS_NEXT_CLI:-}" ]; then