From 1dc4a47357347cec43590086df0b98dfc5ff0d93 Mon Sep 17 00:00:00 2001 From: Michael Rash Date: Thu, 26 Mar 2015 22:04:20 -0400 Subject: [PATCH] [libfko] minor update to make process_sigs() static --- lib/gpgme_funcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gpgme_funcs.c b/lib/gpgme_funcs.c index eb50f6d7..bb5379e4 100644 --- a/lib/gpgme_funcs.c +++ b/lib/gpgme_funcs.c @@ -107,7 +107,7 @@ my_passphrase_cb( /* Verify gpg signatures in a verify_result set. */ -int +static int process_sigs(fko_ctx_t fko_ctx, gpgme_verify_result_t vres) { unsigned int sig_cnt = 0;