From 6dd5d99a61f24aff862ccba9f7410d7f1af87c05 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 12 Mar 2014 18:24:52 +0100 Subject: gpg: Add option --dirmngr-program. * g10/gpg.c: Add option --dirmngr-program. * g10/options.h (struct opt): Add field dirmngr_program. * g10/call-dirmngr.c (create_context): Use new var. * dirmngr/dirmngr.c: Include gc-opt-flags.h. (main): Remove GC_OPT_FLAG_*. * tools/gpgconf-comp.c (GC_OPT_FLAG_NO_CHANGE): Move macro to ... * common/gc-opt-flags.h: here. --- g10/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'g10/options.h') diff --git a/g10/options.h b/g10/options.h index 47b8bfb29..592e06698 100644 --- a/g10/options.h +++ b/g10/options.h @@ -101,6 +101,7 @@ struct int max_cert_depth; const char *homedir; const char *agent_program; + const char *dirmngr_program; /* Options to be passed to the gpg-agent */ session_env_t session_env; -- cgit v1.2.3