| Index: crypto/ec_private_key_nss.cc
|
| diff --git a/crypto/ec_private_key_nss.cc b/crypto/ec_private_key_nss.cc
|
| index 74cc456fc7ab2b7b2a439e0f374e351ecef8a41a..b38c3966e3300507c0802803376ced8160cc7dad 100644
|
| --- a/crypto/ec_private_key_nss.cc
|
| +++ b/crypto/ec_private_key_nss.cc
|
| @@ -245,12 +245,12 @@ bool ECPrivateKey::ExportEncryptedPrivateKey(
|
| };
|
|
|
| SECKEYEncryptedPrivateKeyInfo* encrypted = PK11_ExportEncryptedPrivKeyInfo(
|
| - NULL, // Slot, optional.
|
| + NULL, // Slot, optional.
|
| SEC_OID_PKCS12_V2_PBE_WITH_SHA1_AND_3KEY_TRIPLE_DES_CBC,
|
| &password_item,
|
| key_,
|
| iterations,
|
| - NULL); // wincx.
|
| + NULL); // wincx.
|
|
|
| if (!encrypted) {
|
| DLOG(ERROR) << "PK11_ExportEncryptedPrivKeyInfo: " << PORT_GetError();
|
|
|