From: Daniel Stenberg Date: Sat, 19 Mar 2016 21:37:21 +0000 (+0100) Subject: mbedtls: fix compiler warning X-Git-Tag: curl-7_48_0~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=80851028efc2fa9554ea289c2aea58eb9d46a7a7;p=thirdparty%2Fcurl.git mbedtls: fix compiler warning vtls/mbedtls.h:67:36: warning: implicit declaration of function ‘mbedtls_sha256’ [-Wimplicit-function-declaration] --- diff --git a/lib/vtls/mbedtls.c b/lib/vtls/mbedtls.c index 7e0760316d..f0900a5af3 100644 --- a/lib/vtls/mbedtls.c +++ b/lib/vtls/mbedtls.c @@ -40,6 +40,7 @@ #include #include #include +#include #include "urldata.h" #include "sendf.h"