From f6d753ca1630660c4957375573bc7ddedcf2edfd Mon Sep 17 00:00:00 2001 From: David Shaw Date: Mon, 21 Jul 2003 17:26:02 +0000 Subject: [PATCH] * gpgv.c (read_trust_options): Stub. --- g10/ChangeLog | 2 ++ g10/gpgv.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/g10/ChangeLog b/g10/ChangeLog index 08c4a92f5..344a2ac0e 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -6,6 +6,8 @@ * keylist.c (public_key_list): Use it here for the new "tru" record. + * gpgv.c (read_trust_options): Stub. + * sig-check.c (signature_check, signature_check2, check_key_signature, check_key_signature2): Allow passing NULLs for unused parameters in the x2 form of each function to avoid the diff --git a/g10/gpgv.c b/g10/gpgv.c index 859c7253e..3c06137aa 100644 --- a/g10/gpgv.c +++ b/g10/gpgv.c @@ -236,6 +236,8 @@ check_signatures_trust( PKT_signature *sig ) return 0; } +void +read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck) {}; /* Stub: * We don't have the trustdb , so we have to provide some stub functions