Adapt mbedtls_x509_crt_free after rebase
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
9232e0ad84
commit
62d8f84be2
1 changed files with 2 additions and 0 deletions
|
@ -3304,6 +3304,8 @@ void mbedtls_x509_crt_free(mbedtls_x509_crt *crt)
|
||||||
{
|
{
|
||||||
mbedtls_x509_crt *cert_cur = crt;
|
mbedtls_x509_crt *cert_cur = crt;
|
||||||
mbedtls_x509_crt *cert_prv;
|
mbedtls_x509_crt *cert_prv;
|
||||||
|
mbedtls_x509_sequence *seq_cur;
|
||||||
|
mbedtls_x509_sequence *seq_prv;
|
||||||
|
|
||||||
while (cert_cur != NULL) {
|
while (cert_cur != NULL) {
|
||||||
mbedtls_pk_free(&cert_cur->pk);
|
mbedtls_pk_free(&cert_cur->pk);
|
||||||
|
|
Loading…
Reference in a new issue