Merge pull request #4659 from spencer-burke/fixing_4222
Remove duplicated check in `check_config.h`
This commit is contained in:
commit
cfb5d393ed
1 changed files with 0 additions and 4 deletions
|
@ -456,10 +456,6 @@
|
||||||
#error "MBEDTLS_PLATFORM_STD_CALLOC defined, but not all prerequisites"
|
#error "MBEDTLS_PLATFORM_STD_CALLOC defined, but not all prerequisites"
|
||||||
#endif
|
#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)
|
#if defined(MBEDTLS_PLATFORM_STD_FREE) && !defined(MBEDTLS_PLATFORM_MEMORY)
|
||||||
#error "MBEDTLS_PLATFORM_STD_FREE defined, but not all prerequisites"
|
#error "MBEDTLS_PLATFORM_STD_FREE defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue