diff --git a/libraries/SocketWrapper/src/MbedSSLClient.h b/libraries/SocketWrapper/src/MbedSSLClient.h index c4705fc7b..3ef2d9a1c 100644 --- a/libraries/SocketWrapper/src/MbedSSLClient.h +++ b/libraries/SocketWrapper/src/MbedSSLClient.h @@ -23,7 +23,6 @@ #include "MbedClient.h" #include #include -#include extern const char CA_CERTIFICATES[]; @@ -58,7 +57,7 @@ class MbedSSLClient : public arduino::MbedClient { int setRootCA() { mbed::BlockDevice* root = mbed::BlockDevice::get_default_instance(); int err = root->init(); - if( err != QSPIF_BD_ERROR_OK) { + if( err != 0) { return err; } pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy