Added missing like between variables and function body.

Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
This commit is contained in:
Matthias Schulz 2023-10-17 12:36:23 +02:00
parent adb3cc4d43
commit cc923f307e

View File

@ -79,6 +79,7 @@ static int x509_csr_parse_extensions(mbedtls_x509_csr *csr,
size_t len;
unsigned char *end_ext_data;
int critical;
while (*p < end) {
mbedtls_x509_buf extn_oid = { 0, 0, NULL };
int ext_type = 0;