Tasmota/lib/lib_ssl
Lech Perczak b5730a9be9 BearSSL: support connect() without timeout on ESP32
Arduino-ESP32 supports both versions of 'connect' method, with and
without timeout argument. Since most users of
WiFiClientSecure_light class use version without this argument -
for example - Telegram, export both on ESP32 to fix build failure
with USE_TELEGRAM enabled on ESP32.

Fixes: 3d5c68b850 ("Berry class ``webclient`` for HTTP/HTTPS requests")
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
2021-10-21 23:29:47 +02:00
..
bearssl-esp8266 Berry support for Curve 25519 EC crypto 2021-08-30 21:01:06 +02:00
tls_mini BearSSL: support connect() without timeout on ESP32 2021-10-21 23:29:47 +02:00