Chromium Code Reviews| Index: nss/lib/certdb/xbsconst.c |
| =================================================================== |
| --- nss/lib/certdb/xbsconst.c (revision 195639) |
| +++ nss/lib/certdb/xbsconst.c (working copy) |
| @@ -88,7 +88,7 @@ |
| } |
| SECStatus CERT_DecodeBasicConstraintValue |
| - (CERTBasicConstraints *value, SECItem *encodedValue) |
| + (CERTBasicConstraints *value, const SECItem *encodedValue) |
| { |
| EncodedContext decodeContext; |
| PRArenaPool *our_pool; |