mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Added missing like between variables and function body.
Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
This commit is contained in:
parent
adb3cc4d43
commit
cc923f307e
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue