From bfbd80feb95fba36292cd9dab43016f17b1e6972 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 1 Oct 2010 20:33:53 +0000 Subject: Exporting secret keys via gpg-agent is now basically supported. A couple of forward ported changes. Doc updates. --- scd/ccid-driver.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'scd') diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c index 8c362d73c..b71ff6aef 100644 --- a/scd/ccid-driver.c +++ b/scd/ccid-driver.c @@ -918,12 +918,13 @@ parse_ccid_descriptor (ccid_driver_t handle, DEBUGOUT_1 (" bMaxCCIDBusySlots %5u\n", buf[53]); - if (buf[0] > 54) { - DEBUGOUT (" junk "); - for (i=54; i < buf[0]-54; i++) - DEBUGOUT_CONT_1 (" %02X", buf[i]); - DEBUGOUT_LF (); - } + if (buf[0] > 54) + { + DEBUGOUT (" junk "); + for (i=54; i < buf[0]-54; i++) + DEBUGOUT_CONT_1 (" %02X", buf[i]); + DEBUGOUT_LF (); + } if (!have_t1 || !(have_tpdu || handle->apdu_level) || !have_auto_conf) { -- cgit v1.2.3