fix unused variable issue
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
f55886a217
commit
d099cf0325
3 changed files with 2 additions and 3 deletions
|
@ -390,7 +390,7 @@ static int ssl_tls13_pick_key_cert( mbedtls_ssl_context *ssl )
|
|||
}
|
||||
|
||||
if( mbedtls_ssl_tls13_check_sig_alg_cert_key_match(
|
||||
ssl, *sig_alg, &key_cert->cert->pk ) )
|
||||
*sig_alg, &key_cert->cert->pk ) )
|
||||
{
|
||||
ssl->handshake->key_cert = key_cert;
|
||||
MBEDTLS_SSL_DEBUG_CRT(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue