Browse Source

rp2/mbedtls: Remove config options that are now in the common settings.

Signed-off-by: Damien George <damien@micropython.org>
pull/15211/head
Damien George 4 months ago
parent
commit
75350f9c8e
  1. 4
      ports/rp2/mbedtls/mbedtls_config_port.h

4
ports/rp2/mbedtls/mbedtls_config_port.h

@ -28,10 +28,6 @@
// Set mbedtls configuration
#define MBEDTLS_ECP_NIST_OPTIM
#define MBEDTLS_KEY_EXCHANGE_ECDHE_RSA_ENABLED
// Enable mbedtls modules
#define MBEDTLS_GCM_C
// Time hook
#include <time.h>

Loading…
Cancel
Save