mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
mbedtls: stop using deprecated include file
Reported-by: wyattoday Fixes #1087
This commit is contained in:
parent
eb84412b33
commit
62a8095e71
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
#ifdef USE_MBEDTLS
|
#ifdef USE_MBEDTLS
|
||||||
|
|
||||||
#include <mbedtls/net.h>
|
#include <mbedtls/net_sockets.h>
|
||||||
#include <mbedtls/ssl.h>
|
#include <mbedtls/ssl.h>
|
||||||
#include <mbedtls/certs.h>
|
#include <mbedtls/certs.h>
|
||||||
#include <mbedtls/x509.h>
|
#include <mbedtls/x509.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user