aboutsummaryrefslogtreecommitdiffstats
path: root/sm/passphrase.c
diff options
context:
space:
mode:
Diffstat (limited to 'sm/passphrase.c')
-rw-r--r--sm/passphrase.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/passphrase.c b/sm/passphrase.c
index 09eac07dc..becf61df5 100644
--- a/sm/passphrase.c
+++ b/sm/passphrase.c
@@ -29,7 +29,7 @@
static char *fd_passwd = NULL;
int
-have_static_passphrase ()
+have_static_passphrase (void)
{
return (!!fd_passwd
&& (opt.batch || opt.pinentry_mode == PINENTRY_MODE_LOOPBACK));