mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-02 10:36:07 +02:00
Adapt mbedtls_x509_crt_free after rebase
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
committed by
Gilles Peskine
parent
c0f013f657
commit
b80bbfca37
@@ -3501,6 +3501,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) {
|
||||
mbedtls_pk_free(&cert_cur->pk);
|
||||
|
||||
Reference in New Issue
Block a user