aboutsummaryrefslogtreecommitdiff
path: root/lib/vtls/mbedtls.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-07 15:11:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-07 15:11:05 +0200
commitfdae85f68b089d74941499a0da83324888bb8d1b (patch)
tree10f73f08d20ce0b6e08c6969193ecf9cc948d56d /lib/vtls/mbedtls.h
parentcd79e0329fe0deba7c2f895475e40fed4c85c616 (diff)
mbedtls.h: fix compiler warnings
Diffstat (limited to 'lib/vtls/mbedtls.h')
-rw-r--r--lib/vtls/mbedtls.h2
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);