diff options
author | Werner Koch <[email protected]> | 2020-09-02 15:27:30 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2020-09-03 11:49:20 +0000 |
commit | a7d006293ec84532cc1972cd2f990198eadf1a1a (patch) | |
tree | e24545df6161f24cde5cbe4ca1e1153a5785b221 /sm/keylist.c | |
parent | scd: Add handling of "Algorithm Information" DO. (diff) | |
download | gnupg-a7d006293ec84532cc1972cd2f990198eadf1a1a.tar.gz gnupg-a7d006293ec84532cc1972cd2f990198eadf1a1a.zip |
sm: Add arg ctrl to keydb_new.
* sm/keydb.c (keydb_new): Add arg and change all callers.
--
This will be used later.
Diffstat (limited to 'sm/keylist.c')
-rw-r--r-- | sm/keylist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sm/keylist.c b/sm/keylist.c index fdfee6772..3b0c74f55 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -1448,7 +1448,7 @@ list_internal_keys (ctrl_t ctrl, strlist_t names, estream_t fp, int have_secret; int want_ephemeral = ctrl->with_ephemeral_keys; - hd = keydb_new (); + hd = keydb_new (ctrl); if (!hd) { log_error ("keydb_new failed\n"); |