feat(mbedtls): Make mbedtls SHA1 support configurable

This commit is contained in:
harshal.patil
2025-03-18 13:42:23 +05:30
parent 95f8eb12d3
commit e442f11320
7 changed files with 105 additions and 67 deletions

View File

@@ -2504,8 +2504,11 @@
* on it, and considering stronger message digests instead.
*
*/
#if CONFIG_MBEDTLS_SHA1_C
#define MBEDTLS_SHA1_C
#else
#undef MBEDTLS_SHA1_C
#endif
/**
* \def MBEDTLS_SHA224_C
*