diff options
author | zavok <an2qzavok@gmail.com> | 2015-11-24 18:54:37 +0300 |
---|---|---|
committer | zavok <an2qzavok@gmail.com> | 2015-11-24 18:54:37 +0300 |
commit | 377dc49065ab9366b06cafdb9ff909dc13875614 (patch) | |
tree | 0c70a10a384c8cbfcd615815a00030f4b68f4786 /spine.c | |
parent | baf9529e6d9737e5c37463d693f1764f830b0c3b (diff) |
minor cleanup and root Makefile now triggers pinentry Makefile
Diffstat (limited to 'spine.c')
-rw-r--r-- | spine.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; } |