mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-10 06:44:28 +00: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…
x
Reference in New Issue
Block a user