mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
scd: Minor changes to assist in backporting from 2.3
* scd/command.c (send_status_direct): Return an error code. * scd/app-common.h (APP_LEARN_FLAG_REREAD): New.
This commit is contained in:
parent
72a7d45a23
commit
3db99b8861
3 changed files with 9 additions and 5 deletions
|
@ -46,6 +46,7 @@
|
|||
/* Flags used by the app_write_learn_status. */
|
||||
#define APP_LEARN_FLAG_KEYPAIRINFO 1 /* Return only keypair infos. */
|
||||
#define APP_LEARN_FLAG_MULTI 2 /* Return info for all apps. */
|
||||
#define APP_LEARN_FLAG_REREAD 4 /* Re-read infos from the token. */
|
||||
|
||||
|
||||
/* List of supported card types. Generic is the usual ISO7817-4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue