Adapt mbedtls_x509_crt_free after rebase

Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
diff --git a/library/x509_crt.c b/library/x509_crt.c
index a37e1db..40bffb4 100644
--- a/library/x509_crt.c
+++ b/library/x509_crt.c
@@ -3304,6 +3304,8 @@
 {
     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);