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.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'response.c') diff --git a/response.c b/response.c index 33b2fb1..d45843c 100644 --- a/response.c +++ b/response.c @@ -5,6 +5,8 @@ char response[65535]; unsigned int response_len = 0; /* <= 65535 */ +unsigned int max_response_len = 0; /* <= 65535 */ +unsigned int do_dnssec = 0; static unsigned int tctarget; #define NAMES 100 -- cgit v1.2.3