mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-12-26 12:35:35 +00:00
Merge pull request #4829 from spencer-burke/fixing_4222-2.x
Backport of #4659
This commit is contained in:
commit
3480e77a20
|
@ -509,10 +509,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…
Reference in a new issue