|
|
| version 1.1, 2012/02/21 22:30:18 | version 1.1.1.1, 2012/10/09 09:06:54 |
|---|---|
| Line 210 ns_verify(u_char *msg, unsigned *msglen, void *k, | Line 210 ns_verify(u_char *msg, unsigned *msglen, void *k, |
| GETSHORT(id, cp); | GETSHORT(id, cp); |
| GETSHORT(error, cp); | GETSHORT(error, cp); |
| /* Let's silence set-but-unused compilation warning */ | |
| IGNORE_UNUSED(id); | |
| /* Parse the other data. */ | /* Parse the other data. */ |
| BOUNDS_CHECK(cp, INT16SZ); | BOUNDS_CHECK(cp, INT16SZ); |
| GETSHORT(otherfieldlen, cp); | GETSHORT(otherfieldlen, cp); |