aboutsummaryrefslogtreecommitdiffstats
path: root/g10/keylist.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/keylist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keylist.c b/g10/keylist.c
index cb3b61e03..e222259ac 100644
--- a/g10/keylist.c
+++ b/g10/keylist.c
@@ -940,7 +940,7 @@ dump_attribs (const PKT_user_id *uid, PKT_public_key *pk)
/* Order two signatures. We first order by keyid and then by creation
* time. */
-static int
+int
cmp_signodes (const void *av, const void *bv)
{
const kbnode_t an = *(const kbnode_t *)av;