1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-06-02 02:01:43 +03:00

remove ifndef guard

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2022-01-28 10:22:45 +08:00
parent e754193e87
commit 6331909d12

View File

@ -22,18 +22,12 @@
* limitations under the License. * limitations under the License.
*/ */
#define MBEDTLS_SSL_PROTO_TLS1_3
#define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
#undef MBEDTLS_SSL_ENCRYPT_THEN_MAC #undef MBEDTLS_SSL_ENCRYPT_THEN_MAC
#undef MBEDTLS_SSL_EXTENDED_MASTER_SECRET #undef MBEDTLS_SSL_EXTENDED_MASTER_SECRET
#undef MBEDTLS_SSL_PROTO_TLS1_2 #undef MBEDTLS_SSL_PROTO_TLS1_2
#if !defined(MBEDTLS_SSL_PROTO_TLS1_3)
#define MBEDTLS_SSL_PROTO_TLS1_3
#endif
#if !defined(MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE)
#define MBEDTLS_SSL_TLS1_3_COMPATIBILITY_MODE
#endif
#undef MBEDTLS_SSL_PROTO_DTLS #undef MBEDTLS_SSL_PROTO_DTLS
#undef MBEDTLS_SSL_DTLS_ANTI_REPLAY #undef MBEDTLS_SSL_DTLS_ANTI_REPLAY
#undef MBEDTLS_SSL_DTLS_HELLO_VERIFY #undef MBEDTLS_SSL_DTLS_HELLO_VERIFY