aboutsummaryrefslogtreecommitdiffstats
path: root/sm/export.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/export.c')
-rw-r--r--sm/export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/export.c b/sm/export.c
index 6854c2a16..1e8e95a2c 100644
--- a/sm/export.c
+++ b/sm/export.c
@@ -597,7 +597,7 @@ popen_protect_tool (const char *pgmname,
assert (i < sizeof argv);
return gnupg_spawn_process (pgmname, argv, infile, outfile,
- setup_pinentry_env,
+ setup_pinentry_env, 128,
statusfile, pid);
}