mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
If the certificate bundle feature is disabled then the mbedtls component library becomes interface only component and hence adding esp-cryptoauthlib as its PRIVATE dependency does not work. Instead the esp-cryptoauthlib should be added as PRIVATE dependency for mbedcrypto library (for alternate ECDSA implementation).