From 7f632c0640f174bbbc1deb532e3a3977d595d28a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henryk=20Pl=C3=B6tz?= Date: Fri, 3 Oct 2014 20:22:01 +0200 Subject: Apply djbdns-1.05-dnssec.patch SHA1 62e2ce1d31f1fe908fac84fc8bd049a12621810f, contained in tinydnssec-1.05-1.3.tar.bz2 Source was http://www.tinydnssec.org/download/tinydnssec-1.05-1.3.tar.bz2, SHA1 b33d5c3e0de67f6427aad8c00a99580b59804075 --- response.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'response.h') diff --git a/response.h b/response.h index 206b1d4..14a4a1e 100644 --- a/response.h +++ b/response.h @@ -5,6 +5,8 @@ extern char response[]; extern unsigned int response_len; +extern unsigned int max_response_len; +extern unsigned int do_dnssec; extern int response_query(const char *,const char *,const char *); extern void response_nxdomain(void); -- cgit v1.2.3