Skip to content

Commit

Permalink
Support the updated MbedTLS in ESP-IDF v4.4 (#6243)
Browse files Browse the repository at this point in the history
  • Loading branch information
me-no-dev authored Feb 7, 2022
1 parent ab6e010 commit 4cbb738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/WiFiClientSecure/src/ssl_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "esp_crt_bundle.h"
#include "WiFi.h"

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

Expand Down

0 comments on commit 4cbb738

Please sign in to comment.