NSEC3 validation. First pass.

This commit is contained in:
Simon Kelley
2014-02-23 10:48:32 +00:00
parent 7b1eae4f50
commit 5107ace14a
5 changed files with 505 additions and 113 deletions

View File

@@ -337,7 +337,7 @@ unsigned char *skip_questions(struct dns_header *header, size_t plen)
return ansp;
}
static unsigned char *skip_section(unsigned char *ansp, int count, struct dns_header *header, size_t plen)
unsigned char *skip_section(unsigned char *ansp, int count, struct dns_header *header, size_t plen)
{
int i, rdlen;