diff options
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r-- | g10/gpgv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c index 67ecceabf..f06b92a6a 100644 --- a/g10/gpgv.c +++ b/g10/gpgv.c @@ -227,6 +227,9 @@ check_signatures_trust( PKT_signature *sig ) return 0; } +void +read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck, + byte *marginals,byte *completes,byte *cert_depth) {}; /* Stub: * We don't have the trustdb , so we have to provide some stub functions |