Update dependencies and documentation

This commit is contained in:
Manuel Pégourié-Gonnard 2015-05-25 19:34:49 +02:00
parent 1e9c4db524
commit 4214e3a0eb
3 changed files with 8 additions and 6 deletions

View file

@ -420,9 +420,7 @@
#error "MBEDTLS_SSL_EXTENDED_MASTER_SECRET defined, but not all prerequsites"
#endif
#if defined(MBEDTLS_SSL_TICKET_C) && \
( !defined(MBEDTLS_AES_C) || !defined(MBEDTLS_SHA256_C) || \
!defined(MBEDTLS_CIPHER_MODE_CBC) )
#if defined(MBEDTLS_SSL_TICKET_C) && !defined(MBEDTLS_CIPHER_C)
#error "MBEDTLS_SSL_TICKET_C defined, but not all prerequisites"
#endif