fix comments and time_t type issues
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
a0446a0344
commit
08aed4def9
4 changed files with 11 additions and 4 deletions
|
@ -843,6 +843,11 @@
|
|||
#error "MBEDTLS_SSL_TICKET_C defined, but not all prerequisites"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_SSL_TICKET_NONCE_LENGTH) && \
|
||||
MBEDTLS_SSL_TICKET_NONCE_LENGTH >= 256
|
||||
#error "MBEDTLS_SSL_TICKET_NONCE_LENGTH must be less than 256"
|
||||
#endif
|
||||
|
||||
#if defined(MBEDTLS_SSL_SERVER_NAME_INDICATION) && \
|
||||
!defined(MBEDTLS_X509_CRT_PARSE_C)
|
||||
#error "MBEDTLS_SSL_SERVER_NAME_INDICATION defined, but not all prerequisites"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue