aboutsummaryrefslogtreecommitdiff
path: root/response.c
diff options
context:
space:
mode:
authorHenryk Plötz <henryk@ploetzli.ch>2014-10-03 20:22:01 +0200
committerHenryk Plötz <henryk@ploetzli.ch>2014-10-03 20:29:44 +0200
commit7f632c0640f174bbbc1deb532e3a3977d595d28a (patch)
tree3df92847b2e58d2ced6daa00222fb77458023593 /response.c
parenteaaa5b4f9301ae2e5a29dd77616d8e29fd3b2c28 (diff)
downloadtinydnssec-7f632c0640f174bbbc1deb532e3a3977d595d28a.tar.gz
tinydnssec-7f632c0640f174bbbc1deb532e3a3977d595d28a.tar.bz2
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
Diffstat (limited to 'response.c')
-rw-r--r--response.c2
1 files changed, 2 insertions, 0 deletions
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