Skip to content

Commit 0e1d13a

Browse files
committed
Fix rebase code
1 parent 7d86e1d commit 0e1d13a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libraries/WiFiClientSecure/src/WiFiClientSecure.h

-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ class WiFiClientSecure : public WiFiClient
8282
bool getFingerprintSHA256(uint8_t sha256_result[32]) { return get_peer_fingerprint(sslclient, sha256_result); };
8383
int setTimeout(uint32_t seconds);
8484
int fd() const;
85-
int setSocketOption(int option, char* value, size_t len);
8685

8786
operator bool()
8887
{

0 commit comments

Comments
 (0)