fix standalone

This commit is contained in:
proddy
2026-02-15 15:27:11 +01:00
parent e4df1887b0
commit f317123c26
6 changed files with 21 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ For a copy, see <https://opensource.org/licenses/MIT> or
the LICENSE file.
*/
#ifndef NO_TLS_SUPPORT
#include "ClientSecureSync.h"
#include "mbedtls_ssl.h" // triggers compilation of mbedtls SSL module (stripped from Tasmota libmbedtls.a)
@@ -157,3 +159,4 @@ void ClientSecureSync::setInsecure() {
} // namespace espMqttClientInternals
#endif