Skip to content

Commit 41f6fe8

Browse files
authored
Remove unusable mbedtls_net of context creation
1 parent ecf51ac commit 41f6fe8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/WiFiClientSecure/src/ssl_client.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414

1515
typedef struct sslclient_context {
1616
int socket;
17-
mbedtls_net_context net_ctx;
1817
mbedtls_ssl_context ssl_ctx;
1918
mbedtls_ssl_config ssl_conf;
2019

0 commit comments

Comments
 (0)