We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286b31a commit 9971208Copy full SHA for 9971208
include/esp32/mbedtls_platform_config.h
@@ -5,6 +5,9 @@
5
6
#pragma once
7
8
+/* Required by NimBLE. TODO: Move to common config. */
9
+#define MBEDTLS_CMAC_C
10
+
11
#define MBEDTLS_AES_ALT
12
#define MBEDTLS_MPI_MUL_MPI_ALT
13
#define MBEDTLS_MPI_EXP_MOD_ALT
0 commit comments