diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-12-21 12:56:29 +0100 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-12-21 12:56:29 +0100 |
commit | ab9a9bce77d014159c68460f5a7c263fb72f3c1c (patch) | |
tree | ef8b91ea2171d5e32db172109bf95feee715c4b1 /g10/options.h | |
parent | common: New file fwddecl.h. (diff) | |
download | gnupg2-ab9a9bce77d014159c68460f5a7c263fb72f3c1c.tar.xz gnupg2-ab9a9bce77d014159c68460f5a7c263fb72f3c1c.zip |
g10: clean up of headers for card.
* g10/main.h (save_unprotected_key_to_card): Remove.
* g10/options.h (ctapi_driver, pcsc_driver, disable_ccid): Remove.
Diffstat (limited to 'g10/options.h')
-rw-r--r-- | g10/options.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/g10/options.h b/g10/options.h index 0bb2aaee6..1407b2f57 100644 --- a/g10/options.h +++ b/g10/options.h @@ -220,13 +220,6 @@ struct value. */ int limit_card_insert_tries; -#ifdef ENABLE_CARD_SUPPORT - /* FIXME: We don't needs this here as it is done in scdaemon. */ - const char *ctapi_driver; /* Library to access the ctAPI. */ - const char *pcsc_driver; /* Library to access the PC/SC system. */ - int disable_ccid; /* Disable the use of the internal CCID driver. */ -#endif /*ENABLE_CARD_SUPPORT*/ - struct { /* If set, require an 0x19 backsig to be present on signatures |