mirror of https://github.com/arendst/Tasmota.git
support new mbedtls 2.28.x too (#14758)
* support new mbedtls 2.28.x too
This commit is contained in:
parent
005a556d41
commit
d40186b59d
|
@ -50,7 +50,7 @@
|
|||
#include "esp_mail_ssl_client32.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)
|
||||
#error "Please configure IDF framework to include mbedTLS -> Enable pre-shared-key ciphersuites and activate at least one cipher"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue