mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-10 21:38:50 +01:00
scd: Use APP_LEARN_FLAG_KEYPAIRINFO with more apps.
* scd/app-nks.c (do_learn_status_core): Use new flag. * scd/app-sc-hsm.c (do_learn_status): Ditto. -- The flag was already backported to some apps but not to these.
This commit is contained in:
parent
6fa4143284
commit
934bbe67c2
@ -866,7 +866,7 @@ do_learn_status_core (app_t app, ctrl_t ctrl, unsigned int flags,
|
||||
if (filelist[i].nks_app_id != nks_app_id)
|
||||
continue;
|
||||
|
||||
if (filelist[i].certtype && !(flags &1))
|
||||
if (filelist[i].certtype && !(flags & APP_LEARN_FLAG_KEYPAIRINFO))
|
||||
{
|
||||
size_t len;
|
||||
|
||||
|
@ -1405,7 +1405,7 @@ do_learn_status (app_t app, ctrl_t ctrl, unsigned int flags)
|
||||
{
|
||||
gpg_error_t err;
|
||||
|
||||
if ((flags & 1))
|
||||
if ((flags & APP_LEARN_FLAG_KEYPAIRINFO))
|
||||
err = 0;
|
||||
else
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user