From 5885142c83823b153689acd272103403127a3cd3 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 20 Nov 2006 16:49:41 +0000 Subject: Made some PIN pads work. Some cleanups for 64 bit CPUs. --- tools/ChangeLog | 4 ++++ tools/gpgconf-comp.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'tools') 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 + + * gpgconf-comp.c: Made disable-keypad a basic option. + 2006-11-03 Werner Koch * 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 }, -- cgit v1.2.3