mirror of
https://github.com/curl/curl.git
synced 2026-06-05 06:34:17 +03:00
mbedtls.h: fix compiler warnings
This commit is contained in:
parent
cd79e0329f
commit
fdae85f68b
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,8 @@
|
|||
|
||||
#ifdef USE_MBEDTLS
|
||||
|
||||
#include <mbedtls/sha256.h>
|
||||
|
||||
/* Called on first use mbedTLS, setup threading if supported */
|
||||
int mbedtls_init(void);
|
||||
void mbedtls_cleanup(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue