diff options
Diffstat (limited to 'g10/gpgv.c')
-rw-r--r-- | g10/gpgv.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/g10/gpgv.c b/g10/gpgv.c index 0d9be3402..85c1ab9d7 100644 --- a/g10/gpgv.c +++ b/g10/gpgv.c @@ -240,6 +240,12 @@ get_ownertrust_info (PKT_public_key *pk) return '?'; } +unsigned int +get_ownertrust (PKT_public_key *pk) +{ + return TRUST_UNKNOWN; +} + /* Stub: * Because we only work with trusted keys, it does not make sense to |