Linking stuff. Latest Debian/Ubuntu don't automatically link gmp.

This commit is contained in:
Simon Kelley
2014-02-04 16:57:25 +00:00
parent 160f6507c3
commit b98d22c191
3 changed files with 22 additions and 16 deletions

View File

@@ -505,7 +505,7 @@ static int validate_rrset(time_t now, struct dns_header *header, size_t plen, in
j != 0; j--)
{
unsigned char *pstart, *pdata;
int stype, sclass, ttl;
int stype, sclass;
pstart = p;
@@ -514,7 +514,7 @@ static int validate_rrset(time_t now, struct dns_header *header, size_t plen, in
GETSHORT(stype, p);
GETSHORT(sclass, p);
GETLONG(ttl, p);
p += 4; /* TTL */
pdata = p;