Actually increase buffer size of t-dns-cert.c.

This commit is contained in:
Werner Koch 2011-11-28 18:36:21 +01:00
parent 295b9e29c5
commit 9dc89de7a8
1 changed files with 1 additions and 1 deletions

View File

@ -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)