We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d86e1d commit 0e1d13aCopy full SHA for 0e1d13a
libraries/WiFiClientSecure/src/WiFiClientSecure.h
@@ -82,7 +82,6 @@ class WiFiClientSecure : public WiFiClient
82
bool getFingerprintSHA256(uint8_t sha256_result[32]) { return get_peer_fingerprint(sslclient, sha256_result); };
83
int setTimeout(uint32_t seconds);
84
int fd() const;
85
- int setSocketOption(int option, char* value, size_t len);
86
87
operator bool()
88
{
0 commit comments