Remove the duplicate code in mbedtls/include/mbedtls/check_config.h

Removing the extra preprocessor directives found within the specified
source file.

Signed-off-by: Spencer Burke <[email protected]>
This commit is contained in:
Spencer Burke
2021-06-18 14:27:22 -07:00
parent 9a32d45819
commit 6364d32e47
-4
View File
@@ -461,10 +461,6 @@
#error "MBEDTLS_PLATFORM_STD_CALLOC defined, but not all prerequisites"
#endif
#if defined(MBEDTLS_PLATFORM_STD_CALLOC) && !defined(MBEDTLS_PLATFORM_MEMORY)
#error "MBEDTLS_PLATFORM_STD_CALLOC defined, but not all prerequisites"
#endif
#if defined(MBEDTLS_PLATFORM_STD_FREE) && !defined(MBEDTLS_PLATFORM_MEMORY)
#error "MBEDTLS_PLATFORM_STD_FREE defined, but not all prerequisites"
#endif