mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
The big Assuan error code removal.
This commit is contained in:
parent
7b9fa9da99
commit
eef036df23
54 changed files with 671 additions and 603 deletions
|
@ -430,7 +430,7 @@ do_sign (app_t app, const char *keyidstr, int hashalgo,
|
|||
/* Select the DINSIG application on the card in SLOT. This function
|
||||
must be used before any other DINSIG application functions. */
|
||||
gpg_error_t
|
||||
app_select_dinsig (APP app)
|
||||
app_select_dinsig (app_t app)
|
||||
{
|
||||
static char const aid[] = { 0xD2, 0x76, 0x00, 0x00, 0x66, 0x01 };
|
||||
int slot = app->slot;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue