Skip to content
Prev Previous commit
Next Next commit
remove unneeded friend in context class
  • Loading branch information
d-a-v committed Oct 28, 2020
commit abdbc2065dacafe6df0994a580e17567cac27fdb
1 change: 0 additions & 1 deletion libraries/ESP8266WiFi/src/WiFiClientSecureBearSSL.h
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ class WiFiClientSecureCtx : public WiFiClient {
unsigned _cert_issuer_key_type;

// Methods for handling server.available() call which returns a client connection.
friend class WiFiClientSecure; // Server needs to access these constructors
WiFiClientSecureCtx(ClientContext *client, const X509List *chain, unsigned cert_issuer_key_type,
const PrivateKey *sk, int iobuf_in_size, int iobuf_out_size, const X509List *client_CA_ta);
WiFiClientSecureCtx(ClientContext* client, const X509List *chain, const PrivateKey *sk,
Expand Down