Chromium Code Reviews| Index: net/base/cert_verify_result.cc |
| =================================================================== |
| --- net/base/cert_verify_result.cc (revision 101367) |
| +++ net/base/cert_verify_result.cc (working copy) |
| @@ -17,7 +17,7 @@ |
| void CertVerifyResult::Reset() { |
| verified_cert = NULL; |
| - cert_status = 0; |
| + cert_status = CERT_STATUS_NO_ERROR; |
|
wtc
2011/09/21 23:54:25
Here the value 0 means not only "no error" but als
Peter Kasting
2011/09/22 00:36:17
See comments in cert_status_flags.h regarding the
|
| has_md5 = false; |
| has_md2 = false; |
| has_md4 = false; |