Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit f828ec1

Browse files
committed
Update mbedtls macro checks for Arduino-ESP32 v2.0.3-rc1
1 parent 350501e commit f828ec1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AsyncTCP_TLS_Context.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#include "AsyncTCP_TLS_Context.h"
1212

1313
#if ASYNC_TCP_SSL_ENABLED
14-
#ifndef MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED
14+
#if !defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED) && !defined(MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED)
1515
# warning "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher"
1616
#else
1717

0 commit comments

Comments
 (0)