summaryrefslogtreecommitdiffstats
path: root/test/danetest.c
diff options
context:
space:
mode:
authorViktor Dukhovni <openssl-users@dukhovni.org>2021-08-30 15:09:43 -0400
committerViktor Dukhovni <openssl-users@dukhovni.org>2021-09-03 00:11:53 -0400
commit305c77aa8211beefe9c4081a8ffea4280c9765fc (patch)
treee8fb4e18bff52e4a97f10e7e2b2b05b2691a2728 /test/danetest.c
parent661de442e4231a9b0411dc8562f9e465d1d7fabc (diff)
Test for DANE cross cert fix
Reviewed-by: Tomáš Mráz <tomas@openssl.org>
Diffstat (limited to 'test/danetest.c')
-rw-r--r--test/danetest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/danetest.c b/test/danetest.c
index 6217e5470d..8af31aa34e 100644
--- a/test/danetest.c
+++ b/test/danetest.c
@@ -149,7 +149,7 @@ err:
static char *read_to_eol(BIO *f)
{
- static char buf[1024];
+ static char buf[4096];
int n;
if (!BIO_gets(f, buf, sizeof(buf)))