Fix test dependency on DTLS connection ID
Ensure MBEDTLS_SSL_DTLS_CONNECTION_ID and MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT are unset when MBEDTLS_SSL_PROTO_DTLS is not set in tls13-only tests. Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
1df7070acc
commit
4e0fca3737
1 changed files with 2 additions and 0 deletions
|
@ -32,3 +32,5 @@
|
||||||
#undef MBEDTLS_SSL_DTLS_ANTI_REPLAY
|
#undef MBEDTLS_SSL_DTLS_ANTI_REPLAY
|
||||||
#undef MBEDTLS_SSL_DTLS_HELLO_VERIFY
|
#undef MBEDTLS_SSL_DTLS_HELLO_VERIFY
|
||||||
#undef MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE
|
#undef MBEDTLS_SSL_DTLS_CLIENT_PORT_REUSE
|
||||||
|
#undef MBEDTLS_SSL_DTLS_CONNECTION_ID
|
||||||
|
#undef MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT
|
||||||
|
|
Loading…
Reference in a new issue