Change script to solve G_NEXT_SRV_RSA not set issue
Signed-off-by: XiaokangQian <xiaokang.qian@arm.com>
This commit is contained in:
parent
4b82ca1b70
commit
d15018972c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue