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-10-05 10:24:10 -0400
commit7b4fccc8a53b6befc9dc1aa4204a87cf5050747c (patch)
tree308f100dd7a98a3e2d00968641aaf33cfcc39a18 /test/danetest.c
parentadc0910993d8eb2581442823c1f1bf2196aaecfa (diff)
Test for DANE cross cert fix
Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <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)))