commit | cc923f307ed3b99299034d17ed042151e4cc0712 | [log] [tgz] |
---|---|---|
author | Matthias Schulz <mschulz@hilscher.com> | Tue Oct 17 12:36:23 2023 +0200 |
committer | Matthias Schulz <mschulz@hilscher.com> | Tue Oct 17 12:36:56 2023 +0200 |
tree | a0e8cf94a8ac3e1630bac4ead1b667f9e8751f73 | |
parent | adb3cc4d433466f00ba827d5288577e367fbf1f3 [diff] |
Added missing like between variables and function body. Signed-off-by: Matthias Schulz <mschulz@hilscher.com>
diff --git a/library/x509_csr.c b/library/x509_csr.c index bd45c56..ce4c081 100644 --- a/library/x509_csr.c +++ b/library/x509_csr.c
@@ -79,6 +79,7 @@ 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;