mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-25 10:00:57 +08:00

Programs must not include mbedtls/platform.h if MBEDTLS_PLATFORM_C is not defined. Test suites don't need to include mbedtls/platform.h because helpers.function takes care of it. This commit also removes a stray `;` which is technically not standard C.