| Index: net/cert/cert_verify_result.h
|
| diff --git a/net/cert/cert_verify_result.h b/net/cert/cert_verify_result.h
|
| index 09deffa0998832975835fcbe8f28a0e403786042..9e6732552932b84e1d962becad0e508848d3c213 100644
|
| --- a/net/cert/cert_verify_result.h
|
| +++ b/net/cert/cert_verify_result.h
|
| @@ -44,9 +44,10 @@ class NET_EXPORT CertVerifyResult {
|
| CertStatus cert_status;
|
|
|
| // Properties of the certificate chain.
|
| - bool has_md5;
|
| bool has_md2;
|
| bool has_md4;
|
| + bool has_md5;
|
| + bool has_sha1;
|
|
|
| // If the certificate was successfully verified then this contains the
|
| // hashes, in several hash algorithms, of the SubjectPublicKeyInfos of the
|
|
|