Skip to content

Commit

Permalink
Fix rebase code
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed Dec 13, 2023
1 parent 7d86e1d commit 0e1d13a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libraries/WiFiClientSecure/src/WiFiClientSecure.h
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ class WiFiClientSecure : public WiFiClient
bool getFingerprintSHA256(uint8_t sha256_result[32]) { return get_peer_fingerprint(sslclient, sha256_result); };
int setTimeout(uint32_t seconds);
int fd() const;
int setSocketOption(int option, char* value, size_t len);

operator bool()
{
Expand Down

0 comments on commit 0e1d13a

Please sign in to comment.