mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
mbedtls.h: fix compiler warnings
This commit is contained in:
parent
cd79e0329f
commit
fdae85f68b
@ -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…
Reference in New Issue
Block a user