mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-08-09 12:47:49 +00:00
Adapt mbedtls_x509_crt_free after rebase
Signed-off-by: Przemek Stekiel <[email protected]>
This commit is contained in:
@@ -3500,6 +3500,8 @@ void mbedtls_x509_crt_free( mbedtls_x509_crt *crt )
|
||||
{
|
||||
mbedtls_x509_crt *cert_cur = crt;
|
||||
mbedtls_x509_crt *cert_prv;
|
||||
mbedtls_x509_sequence *seq_cur;
|
||||
mbedtls_x509_sequence *seq_prv;
|
||||
|
||||
while( cert_cur != NULL )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user