diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-04-07 15:11:05 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-04-07 15:11:05 +0200 |
commit | fdae85f68b089d74941499a0da83324888bb8d1b (patch) | |
tree | 10f73f08d20ce0b6e08c6969193ecf9cc948d56d /lib | |
parent | cd79e0329fe0deba7c2f895475e40fed4c85c616 (diff) | |
download | curl-fdae85f68b089d74941499a0da83324888bb8d1b.tar.gz |
mbedtls.h: fix compiler warnings
Diffstat (limited to 'lib')
-rw-r--r-- | lib/vtls/mbedtls.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/vtls/mbedtls.h b/lib/vtls/mbedtls.h index fcf483ff3..39ecf0aea 100644 --- a/lib/vtls/mbedtls.h +++ b/lib/vtls/mbedtls.h @@ -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); |