commit | b11de306c424c0206a7c4eff1031286236f901d2 | [log] [tgz] |
---|---|---|
author | Darryl Green <darryl.green@arm.com> | Mon Nov 27 17:12:14 2017 +0000 |
committer | Darryl Green <darryl.green@arm.com> | Tue Jun 12 16:56:04 2018 +0100 |
tree | 866fb5aca8cd42134d7f21866d03cd4b871260b1 | |
parent | fcfa4c21c19920050ce5c8761a598c4d7a8640f4 [diff] [blame] |
Fix braces in mbedtls_memory_buffer_alloc_status()
diff --git a/ChangeLog b/ChangeLog index 4fbdb3d..b2605e9 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -20,6 +20,7 @@ Bugfix * Fix an issue with MicroBlaze support in bn_mul.h which was causing the build to fail. Found by zv-io. Fixes #1651. + * Fix braces in mbedtls_memory_buffer_alloc_status(). Found by sbranden, #552. Changes * Support TLS testing in out-of-source builds using cmake. Fixes #1193.