Chromium Code Reviews| Index: mozilla/security/nss/lib/cryptohi/sechash.c |
| =================================================================== |
| --- mozilla/security/nss/lib/cryptohi/sechash.c (revision 164196) |
| +++ mozilla/security/nss/lib/cryptohi/sechash.c (working copy) |
| @@ -279,7 +279,7 @@ |
| SECStatus |
| HASH_HashBuf(HASH_HashType type, |
| unsigned char *dest, |
| - unsigned char *src, |
| + const unsigned char *src, |
| PRUint32 src_len) |
| { |
| HASHContext *cx; |