mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-15 08:32:42 +08:00
feat(util): refactor SHA algorithm of util components
This commit is contained in:
@ -31,7 +31,7 @@ extern "C" {
|
||||
|
||||
#include "esp_sha.h"
|
||||
|
||||
typedef esp_sha_t mbedtls_sha256_context;
|
||||
typedef esp_sha256_t mbedtls_sha256_context;
|
||||
|
||||
#endif /* MBEDTLS_SHA256_ALT */
|
||||
|
||||
|
Reference in New Issue
Block a user