Skip to content

Commit cfefe94

Browse files
authored
Merge pull request #73 from espressif/master
Support the updated MbedTLS in ESP-IDF v4.4 (espressif#6243)
2 parents bffdef4 + 4cbb738 commit cfefe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFiClientSecure/src/ssl_client.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#include "esp_crt_bundle.h"
2121
#include "WiFi.h"
2222

23-
#ifndef MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED
23+
#if !defined(MBEDTLS_KEY_EXCHANGE__SOME__PSK_ENABLED) && !defined(MBEDTLS_KEY_EXCHANGE_SOME_PSK_ENABLED)
2424
# warning "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher"
2525
#else
2626

0 commit comments

Comments
 (0)