summaryrefslogtreecommitdiffstats
path: root/scd/ccid-driver.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2003-12-17 13:27:51 +0100
committerWerner Koch <wk@gnupg.org>2003-12-17 13:27:51 +0100
commitc4182e3e24546c248f932d9acd46b79105841f38 (patch)
treef282dfe2ba25ea11c77571c5864d22f6a10e007b /scd/ccid-driver.c
parentReplaced deprecated type names (diff)
downloadgnupg2-c4182e3e24546c248f932d9acd46b79105841f38.tar.xz
gnupg2-c4182e3e24546c248f932d9acd46b79105841f38.zip
Replaced deprecated type names.
* card-p15.c (p15_enum_keypairs): Replaced KRC by RC. * card-dinsig.c (dinsig_enum_keypairs): Ditto.
Diffstat (limited to 'scd/ccid-driver.c')
-rw-r--r--scd/ccid-driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c
index 099dae240..936672cc6 100644
--- a/scd/ccid-driver.c
+++ b/scd/ccid-driver.c
@@ -133,7 +133,7 @@
/* Define to print information pertaining the T=1 protocol. */
-#undef DEBUG_T1 1
+#undef DEBUG_T1