aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Rodgman <dave.rodgman@arm.com>2022-12-08 13:43:08 +0000
committerDave Rodgman <dave.rodgman@arm.com>2022-12-08 13:43:08 +0000
commitb74aa5a2242e9fc96bb19f3b33aae8aa7f47bc5f (patch)
tree44e1937e5afe2ef12a82a447af1925bc5c306699
parent90af1a10abc187186ca3bb48200ede1a1f429042 (diff)
downloadmbedtls-b74aa5a2242e9fc96bb19f3b33aae8aa7f47bc5f.tar.gz
Add Changelog for Arm compile fix
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
-rw-r--r--ChangeLog.d/fix_arm_compile_erorr.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.d/fix_arm_compile_erorr.txt b/ChangeLog.d/fix_arm_compile_erorr.txt
new file mode 100644
index 000000000..28c1d45e2
--- /dev/null
+++ b/ChangeLog.d/fix_arm_compile_erorr.txt
@@ -0,0 +1,3 @@
+Bugfix
+ * Fix a build error when compiling the bignum module for some Arm platforms.
+ Fixes #6089, #6124, #6217.