Skip to content

Commit 9dc648e

Browse files
committed
Added missing prototype
1 parent 935c285 commit 9dc648e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/WiFiClientSecure/src/WiFiClientSecure.h

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ class WiFiClientSecure : public WiFiClient
8080
const mbedtls_x509_crt* getPeerCertificate() { return mbedtls_ssl_get_peer_cert(&sslclient->ssl_ctx); };
8181
bool getFingerprintSHA256(uint8_t sha256_result[32]) { return get_peer_fingerprint(sslclient, sha256_result); };
8282
int setTimeout(uint32_t seconds);
83+
int setSocketOption(int option, char* value, size_t len);
8384

8485
operator bool()
8586
{

0 commit comments

Comments
 (0)