From 9dc89de7a840c4a210e64b402094235a72e1c921 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 28 Nov 2011 18:36:21 +0100 Subject: [PATCH] Actually increase buffer size of t-dns-cert.c. --- common/t-dns-cert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/t-dns-cert.c b/common/t-dns-cert.c index a2b14f2c1..f3e8892a7 100644 --- a/common/t-dns-cert.c +++ b/common/t-dns-cert.c @@ -55,7 +55,7 @@ main (int argc, char **argv) printf ("CERT lookup on `%s'\n", name); - rc = get_dns_cert (name, 16384, &iobuf, &fpr, &fpr_len, &url); + rc = get_dns_cert (name, 65536, &iobuf, &fpr, &fpr_len, &url); if (rc == -1) fputs ("lookup result: error\n", stdout); else if (!rc)