aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/mainproc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c
index 929e18a72..e663af889 100644
--- a/g10/mainproc.c
+++ b/g10/mainproc.c
@@ -1976,7 +1976,7 @@ check_sig_and_print (CTX c, kbnode_t node)
before calling that function. */
if ((opt.verify_options & VERIFY_SHOW_UID_VALIDITY))
valid = get_validity (c->ctrl, mainpk, un->pkt->pkt.user_id,
- sig, 0);
+ NULL, 0);
else
valid = 0; /* Not used. */
@@ -2078,7 +2078,7 @@ check_sig_and_print (CTX c, kbnode_t node)
information. */
valid = (trust_value_to_string
(get_validity (c->ctrl, mainpk,
- un->pkt->pkt.user_id, sig, 0)));
+ un->pkt->pkt.user_id, NULL, 0)));
log_printf (" [%s]\n",valid);
}
else