summaryrefslogtreecommitdiffstats
path: root/scd/app-dinsig.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2006-09-06 18:35:52 +0200
committerWerner Koch <wk@gnupg.org>2006-09-06 18:35:52 +0200
commiteef036df235b7fb16b57bb78daf6f7e590d8e6d6 (patch)
tree9350e6fa2ffde2219b3b13dabb450c96064ca1ad /scd/app-dinsig.c
parentMinor changes and typo fixes. (diff)
downloadgnupg2-eef036df235b7fb16b57bb78daf6f7e590d8e6d6.tar.xz
gnupg2-eef036df235b7fb16b57bb78daf6f7e590d8e6d6.zip
The big Assuan error code removal.
Diffstat (limited to 'scd/app-dinsig.c')
-rw-r--r--scd/app-dinsig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/app-dinsig.c b/scd/app-dinsig.c
index 752e8a346..5cab42805 100644
--- a/scd/app-dinsig.c
+++ b/scd/app-dinsig.c
@@ -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;