summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/engine-gpgconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine-gpgconf.c b/src/engine-gpgconf.c
index f7d1f3bb..9dacffd1 100644
--- a/src/engine-gpgconf.c
+++ b/src/engine-gpgconf.c
@@ -265,7 +265,7 @@ gpgconf_read (void *engine, const char *arg1, char *arg2,
return gpg_error_from_syserror ();
}
- linebufsize = 1024; /* Usually enough for conf lines. */
+ linebufsize = 2048; /* Usually enough for conf lines. */
linebuf = malloc (linebufsize);
if (!linebuf)
{