mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Add server option with-ephemeral-keys.
Extend SCD LEARN command.
This commit is contained in:
parent
370f841a01
commit
a3b63ac1dc
14 changed files with 117 additions and 74 deletions
|
@ -1292,7 +1292,7 @@ list_internal_keys (ctrl_t ctrl, strlist_t names, estream_t fp,
|
|||
gpg_error_t rc = 0;
|
||||
const char *lastresname, *resname;
|
||||
int have_secret;
|
||||
int want_ephemeral = opt.with_ephemeral_keys;
|
||||
int want_ephemeral = ctrl->with_ephemeral_keys;
|
||||
|
||||
hd = keydb_new (0);
|
||||
if (!hd)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue