Renamed file for TLS context class implementation

This commit is contained in:
Alex Villacís Lasso
2021-10-07 16:28:41 -05:00
parent b3a01893fe
commit 5ca0ba2d15
2 changed files with 1 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
#include <list> #include <list>
#if ASYNC_TCP_SSL_ENABLED #if ASYNC_TCP_SSL_ENABLED
#include <ssl_client.h> #include <ssl_client.h>
#include "tcp_mbedtls.h" #include "AsyncTCP_TLS_Context.h""
#endif #endif
extern "C" { extern "C" {