From a7d006293ec84532cc1972cd2f990198eadf1a1a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 2 Sep 2020 17:27:30 +0200 Subject: sm: Add arg ctrl to keydb_new. * sm/keydb.c (keydb_new): Add arg and change all callers. -- This will be used later. --- sm/keylist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sm/keylist.c') 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"); -- cgit v1.2.3