aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/ChangeLog2
-rw-r--r--g10/gpgv.c2
2 files changed, 4 insertions, 0 deletions
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