diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ChangeLog | 4 | ||||
-rw-r--r-- | tools/gpgconf-comp.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog index 435c39799..34bba91a9 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2006-11-17 Werner Koch <[email protected]> + + * gpgconf-comp.c: Made disable-keypad a basic option. + 2006-11-03 Werner Koch <[email protected]> * symcryptrun.c: Include signal.h and include pth.h only if test diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index 65cdc0a82..d88c96751 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -530,7 +530,7 @@ static gc_option_t gc_options_scdaemon[] = { "disable-ccid", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT, "gnupg", "do not use the internal CCID driver", GC_ARG_TYPE_NONE, GC_BACKEND_SCDAEMON }, - { "disable-keypad", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED, + { "disable-keypad", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, "gnupg", "do not use a reader's keypad", GC_ARG_TYPE_NONE, GC_BACKEND_SCDAEMON }, |