| Index: net/ssl/client_cert_store_unittest-inl.h
|
| diff --git a/net/ssl/client_cert_store_unittest-inl.h b/net/ssl/client_cert_store_unittest-inl.h
|
| index 8a8f98b35e4bb18f03d298708a71d651e09dc7fc..8c2789ece9c5e2480e8d286bdd95d7c255e4b280 100644
|
| --- a/net/ssl/client_cert_store_unittest-inl.h
|
| +++ b/net/ssl/client_cert_store_unittest-inl.h
|
| @@ -27,9 +27,9 @@ const unsigned char kAuthority1DN[] = {
|
| };
|
|
|
| // "CN=E CA" - DER encoded DN of the issuer of client_2.pem
|
| -unsigned char kAuthority2DN[] = {
|
| - 0x30, 0x0f, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c,
|
| - 0x04, 0x45, 0x20, 0x43, 0x41
|
| +const unsigned char kAuthority2DN[] = {
|
| + 0x30, 0x0f, 0x31, 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55,
|
| + 0x04, 0x03, 0x0c, 0x04, 0x45, 0x20, 0x43, 0x41,
|
| };
|
|
|
| } // namespace
|
|
|