Chromium Code Reviews| Index: net/base/test_certificate_data.h |
| =================================================================== |
| --- net/base/test_certificate_data.h (revision 127992) |
| +++ net/base/test_certificate_data.h (working copy) |
| @@ -453,12 +453,4 @@ |
| 0x23, 0x82, 0x6f, 0xdb, 0xb8, 0x22, 0x1c, 0x43, 0x96, 0x07, 0xa8, 0xbb |
| }; |
| -// This is the SHA1 hash of the SubjectPublicKeyInfo of the leaf certificate in |
| -// comodo.chain.pem. |
| -static const char kComodoSPKIHash[] = { |
|
Ryan Sleevi
2012/03/21 19:47:36
unsigned char VARIABLE_IS_NOT_USED
|
| - 0x07, 0x30, 0xa7, 0xf7, 0xc5, 0x13, 0x31, 0xfa, 0x00, 0x00, |
| - 0xc1, 0xa6, 0x6c, 0x46, 0x34, 0xfe, 0x0b, 0x1d, 0x01, 0x29, |
| -}; |
| - |
| - |
| } // namespace |