aboutsummaryrefslogtreecommitdiffstats
path: root/g10/ccid-driver.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-04-07 08:31:23 +0000
committerWerner Koch <[email protected]>2005-04-07 08:31:23 +0000
commitf8a3345229b6645d6c9b4e2007f65ffda56c82b8 (patch)
tree406b2832bb4617e3f9ae9c3059012e9afda3edc5 /g10/ccid-driver.c
parentTypo fixes (diff)
downloadgnupg-f8a3345229b6645d6c9b4e2007f65ffda56c82b8.tar.gz
gnupg-f8a3345229b6645d6c9b4e2007f65ffda56c82b8.zip
* ccid-driver.c (ccid_slot_status): Fixed debug messages.
* card-util.c (card_edit): Add command "verify". Enhanced admin command to allow optional arguments "on", "off" and "verify". (card_status): Print private DOs in colon mode. * app-openpgp.c (do_check_pin): Add hack to allow verification of CHV3.
Diffstat (limited to '')
-rw-r--r--g10/ccid-driver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/ccid-driver.c b/g10/ccid-driver.c
index 13e11e4bc..9fd983fe4 100644
--- a/g10/ccid-driver.c
+++ b/g10/ccid-driver.c
@@ -1303,12 +1303,12 @@ ccid_slot_status (ccid_driver_t handle, int *statusbits)
{
if (!retries)
{
- fprintf (stderr, "CALLING USB_CLEAR_HALT\n");
+ DEBUGOUT ("USB: CALLING USB_CLEAR_HALT\n");
usb_clear_halt (handle->idev, handle->ep_bulk_in);
usb_clear_halt (handle->idev, handle->ep_bulk_out);
}
else
- fprintf (stderr, "RETRYING AGIAN\n");
+ DEBUGOUT ("USB: RETRYING bulk_in AGAIN\n");
retries++;
goto retry;
}