mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-31 22:24:28 +00:00
feat(mbedtls): Make mbedtls SHA1 support configurable
This commit is contained in:
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user