diff options
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r-- | g10/gpgv.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |