diff options
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r-- | g10/gpgv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c index 3c06137aa..fcd165dfe 100644 --- a/g10/gpgv.c +++ b/g10/gpgv.c @@ -237,7 +237,7 @@ check_signatures_trust( PKT_signature *sig ) } void -read_trust_options(byte *trust_model,ulong *created,ulong *nextcheck) {}; +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 |