mirror of
https://github.com/cuberite/polarssl.git
synced 2025-08-31 08:47:03 -04: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.