Skip to content
Prev Previous commit
Next Next commit
Fix typo
  • Loading branch information
paulocsanz committed Jan 18, 2021
commit 77d995bf13a8d998b4a863f95ffd58aafa810a79
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 CertStoreBase() {}
virtual ~CertStoreBase() {}

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