mbedtls.h: fix compiler warnings

This commit is contained in:
Daniel Stenberg 2016-04-07 15:11:05 +02:00
parent cd79e0329f
commit fdae85f68b

View File

@ -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);