extmod/mbedtls: Enable MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE.

This was already enabled on all ports except mimxrt.  Now it's enabled on
all of them.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2022-10-05 10:48:31 +11:00
parent b337678964
commit 9347545f9e
4 changed files with 1 additions and 3 deletions

View File

@@ -32,7 +32,6 @@
// Enable mbedtls modules
#define MBEDTLS_HAVEGE_C
#define MBEDTLS_TIMING_C
#define MBEDTLS_TLS_DEFAULT_ALLOW_SHA1_IN_KEY_EXCHANGE
// Include common mbedtls configuration.
#include "extmod/mbedtls/mbedtls_config_common.h"