mbedtls: Rename net to net_sockets (in line with 2.4.0 API change)

This commit is contained in:
Angus Gratton
2017-09-06 15:45:56 +10:00
committed by Angus Gratton
parent 3a08ec7b3d
commit c503a01388
5 changed files with 4 additions and 590 deletions

View File

@@ -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"