mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:07:17 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@
|
||||||
#include <mbedtls/error.h>
|
#include <mbedtls/error.h>
|
||||||
#include <mbedtls/entropy.h>
|
#include <mbedtls/entropy.h>
|
||||||
#include <mbedtls/ctr_drbg.h>
|
#include <mbedtls/ctr_drbg.h>
|
||||||
|
#include <mbedtls/sha256.h>
|
||||||
|
|
||||||
#include "urldata.h"
|
#include "urldata.h"
|
||||||
#include "sendf.h"
|
#include "sendf.h"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue