1
0
Forkuj 0
kopia lustrzana git://git.gnupg.org/gnupg.git zsynchronizowano 2025-07-02 22:46:30 +02:00

sm: Add arg ctrl to keydb_new.

* sm/keydb.c (keydb_new): Add arg and change all callers.
--

This will be used later.
Ten commit jest zawarty w:
Werner Koch 2020-09-02 17:27:30 +02:00
rodzic 90d0072165
commit a7d006293e
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: E3FDFF218E45B72B
13 zmienionych plików z 24 dodań i 22 usunięć

Wyświetl plik

@ -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");