diff options
author | Werner Koch <[email protected]> | 2002-04-12 18:55:05 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-04-12 18:55:05 +0000 |
commit | 7db161552c9b8c34f48c37b71867c8343c95adbd (patch) | |
tree | 9c57bcaee00842d09a358c22a4246e9d444d0c3a /scd/scdaemon.h | |
parent | * certlist.c (cert_usable_p): New. (diff) | |
download | gnupg-7db161552c9b8c34f48c37b71867c8343c95adbd.tar.gz gnupg-7db161552c9b8c34f48c37b71867c8343c95adbd.zip |
* scdaemon.c: New option --debug-sc N.
* card.c (card_open): set it here.
* card-p15.c (p15_prepare_key): Factored out common code from ...
(p15_sign, p15_decipher): here and made the decryption work the
regular way.
Diffstat (limited to 'scd/scdaemon.h')
-rw-r--r-- | scd/scdaemon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scd/scdaemon.h b/scd/scdaemon.h index 9c8af5d92..97bf93d36 100644 --- a/scd/scdaemon.h +++ b/scd/scdaemon.h @@ -31,6 +31,7 @@ /* A large struct name "opt" to keep global flags */ struct { unsigned int debug; /* debug flags (DBG_foo_VALUE) */ + int debug_sc; /* OpenSC debug level */ int verbose; /* verbosity level */ int quiet; /* be as quiet as possible */ int dry_run; /* don't change any persistent data */ |