[toranj-config] explicitly enable OPENTHREAD_CONFIG_TLS_ENABLE (#10773)

This commit explicitly enables the `OPENTHREAD_CONFIG_TLS_ENABLE`
macro in `core-toranj-config.h`. This configuration is used to
generate a custom `openthread-mbedtls-config.h` using the `unifdef`
command in `mbedtls/CMakeLists.txt`. Some versions of `unifdef` do
not expand macros first and expect the macro to be defined as a
simple number. This change ensures the build is successful.
This commit is contained in:
Abtin Keshavarzian
2024-10-02 07:45:36 -07:00
committed by GitHub
parent 09698fae24
commit e120051e21
@@ -66,6 +66,8 @@
#define OPENTHREAD_CONFIG_BLE_TCAT_ENABLE 1
#define OPENTHREAD_CONFIG_TLS_ENABLE 1
#define OPENTHREAD_CONFIG_COMMISSIONER_ENABLE 1
#define OPENTHREAD_CONFIG_COMMISSIONER_MAX_JOINER_ENTRIES 4