mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
7 lines
175 B
C
7 lines
175 B
C
|
/* Shim needed to make sure the mbedTLS-specific
|
||
|
sha256 header is included */
|
||
|
#pragma once
|
||
|
#include "crypto_hash_sha256.h"
|
||
|
#include_next "sodium/crypto_auth_hmacsha256.h"
|
||
|
|