Index: nss/lib/util/secder.h |
=================================================================== |
--- nss/lib/util/secder.h (revision 195639) |
+++ nss/lib/util/secder.h (working copy) |
@@ -73,7 +73,7 @@ |
** If "-1" is returned, then the caller should check the error in |
** XP_GetError() to see if an overflow occurred (SEC_ERROR_BAD_DER). |
*/ |
-extern long DER_GetInteger(SECItem *src); |
+extern long DER_GetInteger(const SECItem *src); |
/* |
** Decode a der encoded *unsigned* integer that is stored in "src". |