Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[toranj-config] explicitly enable
OPENTHREAD_CONFIG_TLS_ENABLE
(ope…
…nthread#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.
- Loading branch information