mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
9b211b76c6
Linker will discard libmbedcrypto_a-cc310_mbedtls.o when searching mbedTLS library, if it finds weak implementation of nrf5CryptoInit/Deinit before strong ones. Adding additional symbols to this file will prevent this behavior and make linker to search libmbedcrypto_a-cc310_mbedtls.o even after weak implementations are found. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>