aboutsummaryrefslogtreecommitdiffstats
path: root/agent/genkey.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--agent/genkey.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/agent/genkey.c b/agent/genkey.c
index efebbfa7e..cbddb85d3 100644
--- a/agent/genkey.c
+++ b/agent/genkey.c
@@ -99,6 +99,8 @@ check_passphrase_pattern (ctrl_t ctrl, const char *pw)
pid_t pid;
int result, i;
+ (void)ctrl;
+
infp = gnupg_tmpfile ();
if (!infp)
{