diff options
author | Werner Koch <wk@gnupg.org> | 2006-09-06 18:35:52 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2006-09-06 18:35:52 +0200 |
commit | eef036df235b7fb16b57bb78daf6f7e590d8e6d6 (patch) | |
tree | 9350e6fa2ffde2219b3b13dabb450c96064ca1ad /scd/app-dinsig.c | |
parent | Minor changes and typo fixes. (diff) | |
download | gnupg2-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.c | 2 |
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; |