mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 12:10:59 +00:00
mbedtls: Rename net to net_sockets (in line with 2.4.0 API change)
This commit is contained in:

committed by
Angus Gratton

parent
3a08ec7b3d
commit
c503a01388
@@ -18,7 +18,7 @@
|
||||
|
||||
/* mbedtls include */
|
||||
#include "mbedtls/platform.h"
|
||||
#include "mbedtls/net.h"
|
||||
#include "mbedtls/net_sockets.h"
|
||||
#include "mbedtls/debug.h"
|
||||
#include "mbedtls/entropy.h"
|
||||
#include "mbedtls/ctr_drbg.h"
|
||||
|
Reference in New Issue
Block a user