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:
parent
828abe6483
commit
f6d753ca16
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user