Chromium Code Reviews| Index: nss/lib/pk11wrap/pk11akey.c |
| diff --git a/nss/lib/pk11wrap/pk11akey.c b/nss/lib/pk11wrap/pk11akey.c |
| index 8efebcfe8c767fc1a2a45ba7cc1d35a9edbb3992..36ad73cfd426771755c9f886c7e950957dd62a31 100644 |
| --- a/nss/lib/pk11wrap/pk11akey.c |
| +++ b/nss/lib/pk11wrap/pk11akey.c |
| @@ -1888,7 +1888,7 @@ PK11_ExportEncryptedPrivateKeyInfo( |
| } |
| SECItem* |
| -PK11_DEREncodePublicKey(SECKEYPublicKey *pubk) |
| +PK11_DEREncodePublicKey(const SECKEYPublicKey *pubk) |
| { |
| return SECKEY_EncodeDERSubjectPublicKeyInfo(pubk); |
| } |