Index: mozilla/security/nss/lib/cryptohi/sechash.c |
=================================================================== |
--- mozilla/security/nss/lib/cryptohi/sechash.c (revision 158129) |
+++ 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; |