Chromium Code Reviews| Index: nss/lib/nss/utilwrap.c |
| =================================================================== |
| --- nss/lib/nss/utilwrap.c (revision 195639) |
| +++ nss/lib/nss/utilwrap.c (working copy) |
| @@ -402,7 +402,7 @@ |
| return DER_Lengths_Util(item, header_len_p, contents_len_p); |
| } |
| -long DER_GetInteger(SECItem *src) |
| +long DER_GetInteger(const SECItem *src) |
| { |
| return DER_GetInteger_Util(src); |
| } |