diff options
author | Werner Koch <wk@gnupg.org> | 2004-04-20 18:42:55 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2004-04-20 18:42:55 +0200 |
commit | 78f797d11d9201b3561b921b69b6de50df7160e8 (patch) | |
tree | 59d64e297d9d465fc9ab3f4b10907372afadbda5 /scd/ccid-driver.c | |
parent | 2004-04-20 Marcus Brinkmann <marcus@g10code.de> (diff) | |
download | gnupg2-78f797d11d9201b3561b921b69b6de50df7160e8.tar.xz gnupg2-78f797d11d9201b3561b921b69b6de50df7160e8.zip |
* command.c (scd_update_reader_status_file): Write status files.
* app-help.c (app_help_read_length_of_cert): Fixed calculation of
R_CERTOFF.
* pcsc-wrapper.c: New.
* Makefile.am (pkglib_PROGRAMS): Install it here.
* apdu.c (writen, readn): New.
(open_pcsc_reader, pcsc_send_apdu, close_pcsc_reader): Use the
pcsc-wrapper if we are using Pth.
(apdu_send_le): Reinitialize RESULTLEN. Handle SW_EOF_REACHED
like SW_SUCCESS.
Diffstat (limited to 'scd/ccid-driver.c')
-rw-r--r-- | scd/ccid-driver.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c index 1c8167869..cd0bee6ef 100644 --- a/scd/ccid-driver.c +++ b/scd/ccid-driver.c @@ -108,7 +108,7 @@ /* Disable all debugging output for now. */ #undef DBG_CARD_IO -#define DBG_CARD_IO 1 +#define DBG_CARD_IO 0 /* Define to print information pertaining the T=1 protocol. */ #undef DEBUG_T1 |