mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-11 14:38:17 +02:00
Remove frame/pk parameter from mbedtls_x509_crt_xxx_release()
This commit is contained in:
@@ -1099,7 +1099,7 @@ static int ssl_async_start( mbedtls_ssl_context *ssl,
|
||||
if( ret != 0 )
|
||||
return( ret );
|
||||
match = mbedtls_pk_check_pair( pk, config_data->slots[slot].pk );
|
||||
mbedtls_x509_crt_pk_release( cert, pk );
|
||||
mbedtls_x509_crt_pk_release( cert );
|
||||
if( match == 0 )
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user