Chromium Code Reviews| Index: nss/lib/util/derdec.c |
| diff --git a/nss/lib/util/derdec.c b/nss/lib/util/derdec.c |
| index c62191487742c100aecc61e69139286fdad9cc15..2c17ce939c4a2c71932bd250afe926e7ebe0cf64 100644 |
| --- a/nss/lib/util/derdec.c |
| +++ b/nss/lib/util/derdec.c |
| @@ -175,7 +175,7 @@ der_capture(unsigned char *buf, unsigned char *end, |
| return SECFailure; |
| } |
| - *header_len_p = bp - buf; |
| + *header_len_p = (int)(bp - buf); |
| *contents_len_p = contents_len; |
| return SECSuccess; |