aboutsummaryrefslogtreecommitdiffstats
path: root/g10/options.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2005-03-30 10:39:13 +0000
committerWerner Koch <[email protected]>2005-03-30 10:39:13 +0000
commit1985805cdf353ab557989cf50a5838ce3b6f8524 (patch)
tree7e3167883cc4c972d9f94a76e7c4d93f5f2b0396 /g10/options.h
parent(rndw32_gather_random_fast): While adding data use the (diff)
downloadgnupg-1985805cdf353ab557989cf50a5838ce3b6f8524.tar.gz
gnupg-1985805cdf353ab557989cf50a5838ce3b6f8524.zip
(pin_cb): Print a warning if the info string hack is
not there. This may happen due to typos in the translation.
Diffstat (limited to 'g10/options.h')
-rw-r--r--g10/options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/options.h b/g10/options.h
index e3713fc8b..67ccd9d62 100644
--- a/g10/options.h
+++ b/g10/options.h
@@ -223,7 +223,7 @@ struct {
#define DBG_TRUST_VALUE 256 /* debug the trustdb */
#define DBG_HASHING_VALUE 512 /* debug hashing operations */
#define DBG_EXTPROG_VALUE 1024 /* debug external program calls */
-#define DBG_CARD_IO_VALUE 2048
+#define DBG_CARD_IO_VALUE 2048 /* debug smart card I/O. */
#define DBG_PACKET (opt.debug & DBG_PACKET_VALUE)
#define DBG_FILTER (opt.debug & DBG_FILTER_VALUE)