Skip to content
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
paulocsanz committed Jan 18, 2021
commit 456655e963ddc0d01c20d71ff03bd73f2938142c
2 changes: 1 addition & 1 deletion libraries/ESP8266WiFi/src/CertStoreBearSSL.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace BearSSL {

class CertStoreBase {
public:
virtual ~CertStore();
virtual ~CertStoreBase();

// Installs the cert store into the X509 decoder (normally via static function callbacks)
virtual void installCertStore(br_x509_minimal_context *ctx);
Expand Down