mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-26 08:15:16 +08:00

Don't use the macro name assert. It's technically permitted as long as <assert.h> is not included, but it's fragile, because it means the code and any header that it includes must not include <assert.h>.