summaryrefslogtreecommitdiffstats
path: root/net/ssl/ssl_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/ssl/ssl_info.h')
-rw-r--r--net/ssl/ssl_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ssl/ssl_info.h b/net/ssl/ssl_info.h
index d8333a3..3f1dd2d 100644
--- a/net/ssl/ssl_info.h
+++ b/net/ssl/ssl_info.h
@@ -35,7 +35,7 @@ class NET_EXPORT SSLInfo {
void Reset();
- bool is_valid() const { return cert != NULL; }
+ bool is_valid() const { return cert.get() != NULL; }
// Adds the specified |error| to the cert status.
void SetCertError(int error);