Merge remote-tracking branch 'upstream-public/pr/2101' into development

This commit is contained in:
Jaeden Amero 2018-12-07 16:15:31 +00:00
commit 52ed0b9030
9 changed files with 48 additions and 23 deletions

View file

@ -137,6 +137,10 @@
#error "MBEDTLS_ECP_C defined, but not all prerequisites"
#endif
#if defined(MBEDTLS_PK_PARSE_C) && !defined(MBEDTLS_ASN1_PARSE_C)
#error "MBEDTLS_PK_PARSE_C defined, but not all prerequesites"
#endif
#if defined(MBEDTLS_ENTROPY_C) && (!defined(MBEDTLS_SHA512_C) && \
!defined(MBEDTLS_SHA256_C))
#error "MBEDTLS_ENTROPY_C defined, but not all prerequisites"