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

@@ -39,7 +39,7 @@
#define mbedtls_time_t time_t
#endif
#include "mbedtls/net.h"
#include "mbedtls/net_sockets.h"
#include <string.h>
#include <sys/types.h>