diff options
author | Neal H. Walfield <[email protected]> | 2016-09-14 13:18:25 +0000 |
---|---|---|
committer | Neal H. Walfield <[email protected]> | 2016-09-14 13:22:09 +0000 |
commit | 9d62b79e62ef2690e6522fe1621140fbfc10695c (patch) | |
tree | 74097d51cef93ae877176370e9cf097fdbf5c102 /g10/tofu.c | |
parent | g10: Default to the "good" TOFU policy for keys signed by a UTK. (diff) | |
download | gnupg-9d62b79e62ef2690e6522fe1621140fbfc10695c.tar.gz gnupg-9d62b79e62ef2690e6522fe1621140fbfc10695c.zip |
g10: Add missing static qualifier.
* g10/tofu.c (cross_sigs): Add missing static qualifier.
--
Signed-off-by: Neal H. Walfield <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | g10/tofu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c index da11d40a0..5c99b739c 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -1213,7 +1213,7 @@ format_conflict_msg_part1 (int policy, strlist_t conflict_set, /* Return 1 if A signed B and B signed A. */ -int +static int cross_sigs (kbnode_t a, kbnode_t b) { int i; |