commit | e2b772d1b6849345852308bbfa9c017f0f2f32c0 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Thu Aug 11 16:04:13 2022 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Tue Aug 30 10:25:45 2022 +0100 |
tree | a6ae8ba3aca4d4bae3c9f3f105959c0541c51146 | |
parent | 5f3f0d06e6734e78390a4e58a1c5af139a13c6e1 [diff] [blame] |
Fix whitespace, missing const Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/x509write_crt.c b/library/x509write_crt.c index 21e36b5..b5f7af5 100644 --- a/library/x509write_crt.c +++ b/library/x509write_crt.c
@@ -304,7 +304,7 @@ int ret; size_t len = 0; const mbedtls_asn1_sequence *last_ext = NULL; - mbedtls_asn1_sequence *ext; + const mbedtls_asn1_sequence *ext; memset( buf, 0, sizeof(buf) );