mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-12-06 12:00:59 +03:00
DTLS depends on TIMING_C for now
This commit is contained in:
committed by
Paul Bakker
parent
e698f59a25
commit
8e704f0f74
@@ -223,8 +223,9 @@
|
||||
#endif
|
||||
|
||||
#if defined(POLARSSL_SSL_PROTO_DTLS) && ( \
|
||||
!defined(POLARSSL_SSL_PROTO_TLS1_1) && \
|
||||
!defined(POLARSSL_SSL_PROTO_TLS1_2) )
|
||||
( !defined(POLARSSL_SSL_PROTO_TLS1_1) && \
|
||||
!defined(POLARSSL_SSL_PROTO_TLS1_2) ) || \
|
||||
!defined(POLARSSL_TIMING_C) )
|
||||
#error "POLARSSL_SSL_PROTO_DTLS defined, but not all prerequisites"
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user