Rmove MBEDTLS_NIST_KW_C dependency from MBEDTLS_SSL_TICKET_C
Signed-off-by: Przemek Stekiel <przemyslaw.stekiel@mobica.com>
This commit is contained in:
parent
6a5cc74cc4
commit
0957e7bfc5
@ -963,7 +963,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(MBEDTLS_SSL_SESSION_TICKETS) && \
|
#if defined(MBEDTLS_SSL_SESSION_TICKETS) && \
|
||||||
!( defined(MBEDTLS_GCM_C) || defined(MBEDTLS_CCM_C) || defined(MBEDTLS_CHACHAPOLY_C) || defined(MBEDTLS_NIST_KW_C) )
|
!( defined(MBEDTLS_GCM_C) || defined(MBEDTLS_CCM_C) || defined(MBEDTLS_CHACHAPOLY_C) )
|
||||||
#error "MBEDTLS_SSL_SESSION_TICKETS defined, but not all prerequisites"
|
#error "MBEDTLS_SSL_SESSION_TICKETS defined, but not all prerequisites"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1703,8 +1703,7 @@
|
|||||||
* tickets, including authenticated encryption and key management. Example
|
* tickets, including authenticated encryption and key management. Example
|
||||||
* callbacks are provided by MBEDTLS_SSL_TICKET_C.
|
* callbacks are provided by MBEDTLS_SSL_TICKET_C.
|
||||||
*
|
*
|
||||||
* Requires: MBEDTLS_GCM_C or MBEDTLS_CCM_C or MBEDTLS_CHACHAPOLY_C or
|
* Requires: MBEDTLS_GCM_C or MBEDTLS_CCM_C or MBEDTLS_CHACHAPOLY_C
|
||||||
* MBEDTLS_NIST_KW_C
|
|
||||||
*
|
*
|
||||||
* Comment this macro to disable support for SSL session tickets
|
* Comment this macro to disable support for SSL session tickets
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user