mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-29 06:41:59 +03: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.