diff options
Diffstat (limited to 'g10/pkclist.c')
-rw-r--r-- | g10/pkclist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/pkclist.c b/g10/pkclist.c index 8c4fa6bac..61b2c8000 100644 --- a/g10/pkclist.c +++ b/g10/pkclist.c @@ -418,7 +418,7 @@ add_ownertrust_cb( ulong lid ) * Returns: -1 if no ownertrust were added. */ static int -add_ownertrust( PKT_public_key *pk, int *quit, unsigned *trustlevel ) +add_ownertrust( PKT_public_key *pk, int *quit, int *trustlevel ) { int rc; unsigned flags = 0; |