Skip to content

Commit 9971208

Browse files
committed
Enabled CMAC on ESP32
Required for NimBLE
1 parent 286b31a commit 9971208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

include/esp32/mbedtls_platform_config.h

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55

66
#pragma once
77

8+
/* Required by NimBLE. TODO: Move to common config. */
9+
#define MBEDTLS_CMAC_C
10+
811
#define MBEDTLS_AES_ALT
912
#define MBEDTLS_MPI_MUL_MPI_ALT
1013
#define MBEDTLS_MPI_EXP_MOD_ALT

0 commit comments

Comments
 (0)