From 377dc49065ab9366b06cafdb9ff909dc13875614 Mon Sep 17 00:00:00 2001 From: zavok Date: Tue, 24 Nov 2015 18:54:37 +0300 Subject: minor cleanup and root Makefile now triggers pinentry Makefile --- spine.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spine.c') diff --git a/spine.c b/spine.c index cfcff16..d7dc8d7 100644 --- a/spine.c +++ b/spine.c @@ -297,7 +297,7 @@ catchsig(int sig) timed_out = 1; } -int +static int password (void) { promptwin(); char *buf = secmem_malloc(strlen(text)); @@ -306,7 +306,7 @@ password (void) { return 1; } -int +static int confirm(void) { return 1; } -- cgit v1.2.3