| Index: webrtc/base/opensslidentity.h
|
| diff --git a/webrtc/base/opensslidentity.h b/webrtc/base/opensslidentity.h
|
| index f957ef228823df8f796354c84dc5346cd5d836fd..c8aa69a76eee5551b6ddd748bc23c0fb2d630c82 100644
|
| --- a/webrtc/base/opensslidentity.h
|
| +++ b/webrtc/base/opensslidentity.h
|
| @@ -87,6 +87,8 @@ class OpenSSLCertificate : public SSLCertificate {
|
| bool GetSignatureDigestAlgorithm(std::string* algorithm) const override;
|
| bool GetChain(SSLCertChain** chain) const override;
|
|
|
| + int64_t CertificateExpirationTime() const override;
|
| +
|
| private:
|
| void AddReference() const;
|
|
|
|
|