extmod/modussl_mbedtls: Remove deprecated mbedtls/net.h header include.

This header is deprecated as of mbedtls 2.8.0, as shipped with Ubuntu
18.04.  Leads to #warning which is promoted to error with uPy compile
options.

Note that the current version of mbedtls is 2.14 at the time of writing.
This commit is contained in:
Paul Sokolovsky 2018-12-09 23:32:09 +03:00 committed by Damien George
parent 285d265eee
commit c7ed17bc4b
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@
// mbedtls_time_t
#include "mbedtls/platform.h"
#include "mbedtls/net.h"
#include "mbedtls/ssl.h"
#include "mbedtls/x509_crt.h"
#include "mbedtls/pk.h"