1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-03-25 22:19:59 +01:00

* gpgv.c (read_trust_options): Stub.

This commit is contained in:
David Shaw 2003-07-21 17:26:02 +00:00
parent 828abe6483
commit f6d753ca16
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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