mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-11-24 12:01:11 +03:00
Update dependencies & includes for session tickets
This commit is contained in:
@@ -425,10 +425,10 @@
|
||||
#error "MBEDTLS_SSL_EXTENDED_MASTER_SECRET defined, but not all prerequsites"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_SSL_SESSION_TICKETS) && defined(MBEDTLS_SSL_TLS_C) && \
|
||||
#if defined(MBEDTLS_SSL_TICKET_C) && \
|
||||
( !defined(MBEDTLS_AES_C) || !defined(MBEDTLS_SHA256_C) || \
|
||||
!defined(MBEDTLS_CIPHER_MODE_CBC) )
|
||||
#error "MBEDTLS_SSL_SESSION_TICKETS defined, but not all prerequisites"
|
||||
#error "MBEDTLS_SSL_TICKET_C defined, but not all prerequisites"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_SSL_CBC_RECORD_SPLITTING) && \
|
||||
|
||||
Reference in New Issue
Block a user