mirror of
https://github.com/espressif/esp-idf.git
synced 2025-12-02 15:19:30 +01:00
6 lines
174 B
C
6 lines
174 B
C
|
|
/* Shim needed to make sure the mbedTLS-specific
|
||
|
|
sha512 header is included */
|
||
|
|
#pragma once
|
||
|
|
#include "crypto_hash_sha512.h"
|
||
|
|
#include_next "sodium/crypto_auth_hmacsha512.h"
|