mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-05-03 00:30:17 +02:00
Since __packed is a reserved keyword for IAR compilers, and Zephyr defines it to attribute(__packed__), some typedef constructs in mbedtls does not work with attribute(packed), only with the keyword packed. This fix temporary undefs the macro and restores it after the typedefs. Signed-off-by: Lars-Ove Karlsson <lars-ove.karlsson@iar.com>
27 KiB
27 KiB