mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Actually increase buffer size of t-dns-cert.c.
This commit is contained in:
parent
295b9e29c5
commit
9dc89de7a8
@ -55,7 +55,7 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
printf ("CERT lookup on `%s'\n", name);
|
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)
|
if (rc == -1)
|
||||||
fputs ("lookup result: error\n", stdout);
|
fputs ("lookup result: error\n", stdout);
|
||||||
else if (!rc)
|
else if (!rc)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user