| Index: net/url_request/url_request_unittest.cc
|
| diff --git a/net/url_request/url_request_unittest.cc b/net/url_request/url_request_unittest.cc
|
| index e855224f6e8971b20b2d8b29cb2bfc782c224831..85f34e57c2c5418e51a7c43e0c8584b87cc54df1 100644
|
| --- a/net/url_request/url_request_unittest.cc
|
| +++ b/net/url_request/url_request_unittest.cc
|
| @@ -8890,9 +8890,10 @@ TEST_F(HTTPSSessionTest, DontResumeSessionsForInvalidCertificates) {
|
|
|
| // This the fingerprint of the "Testing CA" certificate used by the testserver.
|
| // See net/data/ssl/certificates/ocsp-test-root.pem.
|
| -static const SHA1HashValue kOCSPTestCertFingerprint =
|
| - { { 0xf1, 0xad, 0xf6, 0xce, 0x42, 0xac, 0xe7, 0xb4, 0xf4, 0x24,
|
| - 0xdb, 0x1a, 0xf7, 0xa0, 0x9f, 0x09, 0xa1, 0xea, 0xf1, 0x5c } };
|
| +static const SHA1HashValue kOCSPTestCertFingerprint = {{
|
| + 0xa7, 0xea, 0x4b, 0x0d, 0x13, 0xc1, 0x63, 0xbf, 0xb8, 0x4e,
|
| + 0x9a, 0xaf, 0x33, 0x05, 0xb0, 0x8f, 0x9c, 0xbe, 0x23, 0xe9,
|
| +}};
|
|
|
| // This is the SHA256, SPKI hash of the "Testing CA" certificate used by the
|
| // testserver.
|
|
|