commit | 11999bb72ec165f4762f23a894f91d91c1adfa7a | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Tue Mar 13 15:22:58 2018 +0000 |
committer | Darryl Green <darryl.green@arm.com> | Tue May 15 09:21:57 2018 +0100 |
tree | 6c381396022b2044559d23b0e2e8ded93aac6f25 | |
parent | cdd97fd63282779907a37b6a785bfbcf1b8fa964 [diff] [blame] |
Fix minor code style issues
diff --git a/library/x509_crt.c b/library/x509_crt.c index 462cbcf..290c1eb 100644 --- a/library/x509_crt.c +++ b/library/x509_crt.c
@@ -729,7 +729,7 @@ memcpy( p, buf, crt->raw.len ); - // Direct pointers to the new buffer + // Direct pointers to the new buffer p += crt->raw.len - len; end = crt_end = p + len;