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:16:34 -0400
commit09126044f0120b0039b13365b30465d4b6d0f8f0 (patch)
treef0cb2195a64e626352200e44f62210678c15a580 /test/danetest.c
parent5d9be38211fdb8b6a1d4c9257715e8c28832a317 (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 54a79ab51f..e8fb66e363 100644
--- a/test/danetest.c
+++ b/test/danetest.c
@@ -152,7 +152,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)))