Skip to content

Commit

Permalink
Merge pull request #384 from lhuang04/tls13_prototype_G_NEXT_SRV_RSA_…
Browse files Browse the repository at this point in the history
…not_set

cherry pick d150189 : Change script to solve G_NEXT_SRV_RSA not set issue
  • Loading branch information
ronald-cron-arm authored Dec 15, 2021
2 parents 883d7cc + 3a037b4 commit 26d6ff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ssl-opt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,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
Expand Down

0 comments on commit 26d6ff0

Please sign in to comment.