| Index: net/ssl/ssl_platform_key_util.cc
|
| diff --git a/net/ssl/ssl_platform_key_util.cc b/net/ssl/ssl_platform_key_util.cc
|
| index 6c76220d431da74beed73f66da89cc01141766a8..39af9eb6eba26a9bc288639900eb60f2785ef1d5 100644
|
| --- a/net/ssl/ssl_platform_key_util.cc
|
| +++ b/net/ssl/ssl_platform_key_util.cc
|
| @@ -88,7 +88,7 @@ bool GetClientCertInfo(const X509Certificate* certificate,
|
| *out_type = SSLPrivateKey::Type::ECDSA_P384;
|
| break;
|
| case NID_secp521r1:
|
| - *out_type = SSLPrivateKey::Type::ECDSA_P384;
|
| + *out_type = SSLPrivateKey::Type::ECDSA_P521;
|
| break;
|
| default:
|
| LOG(ERROR) << "Unsupported curve type " << curve;
|
|
|