Chromium Code Reviews| Index: nss/lib/certhigh/certvfy.c |
| =================================================================== |
| --- nss/lib/certhigh/certvfy.c (revision 195639) |
| +++ nss/lib/certhigh/certvfy.c (working copy) |
| @@ -81,7 +81,7 @@ |
| * verify the signature of a signed data object with the given DER publickey |
| */ |
| SECStatus |
| -CERT_VerifySignedDataWithPublicKey(CERTSignedData *sd, |
| +CERT_VerifySignedDataWithPublicKey(const CERTSignedData *sd, |
| SECKEYPublicKey *pubKey, |
| void *wincx) |
| { |