Chromium Code Reviews| Index: nss/lib/util/dersubr.c |
| =================================================================== |
| --- nss/lib/util/dersubr.c (revision 195639) |
| +++ nss/lib/util/dersubr.c (working copy) |
| @@ -176,7 +176,7 @@ |
| ** If an underflow/overflow occurs, sets error code and returns min/max. |
| */ |
| long |
| -DER_GetInteger(SECItem *it) |
| +DER_GetInteger(const SECItem *it) |
| { |
| long ival = 0; |
| unsigned len = it->len; |