mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: New debug flag "app".
* scd/scdaemon.h (DBG_APP_VALUE, DBG_APP): New. * scd/scdaemon.c (debug_flags): Add "app". * scd/app.c (xstrapptype): New. (app_readcert, app_readkey, app_getattr): Add debug output. (app_setattr, app_sign, app_auth): Ditto. (app_writecert, app_writekey, app_change_pin): Ditto. (app_check_pin): Ditto. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
9f39e0167d
commit
4e701953fe
3 changed files with 97 additions and 27 deletions
|
@ -177,6 +177,7 @@ static struct debug_flags_s debug_flags [] =
|
|||
{ DBG_IPC_VALUE , "ipc" },
|
||||
{ DBG_CARD_IO_VALUE, "cardio" },
|
||||
{ DBG_READER_VALUE , "reader" },
|
||||
{ DBG_APP_VALUE , "app" },
|
||||
{ 0, NULL }
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue