Skip to content

Commit 77830cf

Browse files
committed
fix rebased code in WifiClientSecure
1 parent 675484c commit 77830cf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libraries/WiFiClientSecure/src/WiFiClientSecure.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,9 @@ int WiFiClientSecure::setTimeout(uint32_t seconds)
419419
}
420420

421421
int WiFiClientSecure::fd() const
422+
{
423+
return sslclient->socket;
424+
}
422425

423426
int WiFiClientSecure::setSocketOption(int option, char* value, size_t len)
424427
{

0 commit comments

Comments
 (0)