Changed order of conditions in check_config.h

Signed-off-by: Hannes Tschofenig <hannes.tschofenig@arm.com>
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
Hannes Tschofenig 2022-11-23 10:14:54 +01:00 committed by Manuel Pégourié-Gonnard
parent d384b64dd2
commit 88e5566a9b

View File

@ -903,8 +903,8 @@
#error "MBEDTLS_SSL_CID_OUT_LEN_MAX too large (max 255)" #error "MBEDTLS_SSL_CID_OUT_LEN_MAX too large (max 255)"
#endif #endif
#if !defined(MBEDTLS_SSL_DTLS_CONNECTION_ID) && \ #if defined(MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT) && \
defined(MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT) !defined(MBEDTLS_SSL_DTLS_CONNECTION_ID)
#error "MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT defined, but not all prerequsites" #error "MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT defined, but not all prerequsites"
#endif #endif