aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gpgconf-comp.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2006-10-23 14:02:13 +0000
committerWerner Koch <[email protected]>2006-10-23 14:02:13 +0000
commit7b8ea82ab64aa0c298c48ef3edf680102c2b1788 (patch)
tree3dfca78f29a4bdbd5ae307ca989544b951fe091d /tools/gpgconf-comp.c
parentAllow importing of web.de generated p12 files (diff)
downloadgnupg-7b8ea82ab64aa0c298c48ef3edf680102c2b1788.tar.gz
gnupg-7b8ea82ab64aa0c298c48ef3edf680102c2b1788.zip
.
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r--tools/gpgconf-comp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c
index 04a61a193..65cdc0a82 100644
--- a/tools/gpgconf-comp.c
+++ b/tools/gpgconf-comp.c
@@ -676,6 +676,9 @@ static gc_option_t gc_options_gpgsm[] =
{ "auto-issuer-key-retrieve", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC,
"gnupg", "fetch missing issuer certificates",
GC_ARG_TYPE_NONE, GC_BACKEND_GPGSM },
+ { "cipher-algo", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED,
+ "gnupg", "|NAME|use cipher algorithm NAME",
+ GC_ARG_TYPE_STRING, GC_BACKEND_GPGSM },
GC_OPTION_NULL
};