aboutsummaryrefslogtreecommitdiffstats
path: root/scd/scdaemon.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-07-20 15:05:05 +0000
committerWerner Koch <[email protected]>2005-07-20 15:05:05 +0000
commit68191d0c935719d9ab171e49b6456372c72cf1c4 (patch)
tree895ecabf2a925e1e5b8128a509284f1c6d66e61f /scd/scdaemon.c
parent(gpgsm_get_certid): Cast printf arg to unsigned. (diff)
downloadgnupg-68191d0c935719d9ab171e49b6456372c72cf1c4.tar.gz
gnupg-68191d0c935719d9ab171e49b6456372c72cf1c4.zip
* keylist.c (email_kludge): Reworked.
* certdump.c (gpgsm_print_serial, gpgsm_dump_serial): Cast printf arg to unsigned. * call-dirmngr.c (gpgsm_dirmngr_run_command): Ditto
Diffstat (limited to '')
-rw-r--r--scd/scdaemon.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/scd/scdaemon.c b/scd/scdaemon.c
index c75e87a62..c6995abcc 100644
--- a/scd/scdaemon.c
+++ b/scd/scdaemon.c
@@ -456,7 +456,9 @@ main (int argc, char **argv )
allow_coredump = 1;
break;
case oDebugCCIDDriver:
+#ifdef HAVE_LIBUSB
ccid_set_debug_level (ccid_set_debug_level (-1)+1);
+#endif /*HAVE_LIBUSB*/
break;
case oDebugDisableTicker: ticker_disabled = 1; break;