mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
mbedtls: fix compiler warning
vtls/mbedtls.h:67:36: warning: implicit declaration of function ‘mbedtls_sha256’ [-Wimplicit-function-declaration]
This commit is contained in:
parent
4ff5cfd5fa
commit
80851028ef
@ -40,6 +40,7 @@
|
||||
#include <mbedtls/error.h>
|
||||
#include <mbedtls/entropy.h>
|
||||
#include <mbedtls/ctr_drbg.h>
|
||||
#include <mbedtls/sha256.h>
|
||||
|
||||
#include "urldata.h"
|
||||
#include "sendf.h"
|
||||
|
Loading…
Reference in New Issue
Block a user