diff options
author | Werner Koch <wk@gnupg.org> | 2016-05-21 11:41:49 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2016-05-21 11:41:49 +0200 |
commit | 027c4e55522b8e18711a3331932a9869ab89ca26 (patch) | |
tree | dd8508b06d19c8a47e4a159c71adb448b80e1a64 /g10/keydb.h | |
parent | gpg: Fix the TOFU_STATS_LONG status. (diff) | |
download | gnupg2-027c4e55522b8e18711a3331932a9869ab89ca26.tar.xz gnupg2-027c4e55522b8e18711a3331932a9869ab89ca26.zip |
gpg: Pass CTRL object down to the trust functions
Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'g10/keydb.h')
-rw-r--r-- | g10/keydb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keydb.h b/g10/keydb.h index 8896eea92..a30cf7ac7 100644 --- a/g10/keydb.h +++ b/g10/keydb.h @@ -222,7 +222,7 @@ gpg_error_t keydb_search_fpr (KEYDB_HANDLE hd, const byte *fpr); /*-- pkclist.c --*/ void show_revocation_reason( PKT_public_key *pk, int mode ); -int check_signatures_trust( PKT_signature *sig ); +int check_signatures_trust (ctrl_t ctrl, PKT_signature *sig); void release_pk_list (PK_LIST pk_list); int build_pk_list (ctrl_t ctrl, strlist_t rcpts, PK_LIST *ret_pk_list); |