mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-14 06:09:57 +00:00
7 lines
259 B
Plaintext
7 lines
259 B
Plaintext
Bugfix
|
|
* Fix a problem in library/alignment.h where the Zephyr Project use
|
|
a pre-defined macro '__packed' which collides with the IAR keyword
|
|
'__packed', causing the typedefs of unaligned types to remain aligned.
|
|
Fixes mbedtls issue #10334
|
|
|