aboutsummaryrefslogtreecommitdiffstats
path: root/sm/gpgsm.h
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2008-08-08 01:06:48 +0000
committerMarcus Brinkmann <[email protected]>2008-08-08 01:06:48 +0000
commit7d2cfee1df947ebfb19bd1337bab9d5f926a5fa0 (patch)
treec7df9184e5b01060ba24615d77c3f5c5b163fc3d /sm/gpgsm.h
parentAdd a warning note to --allow-multiple-messages. (diff)
downloadgnupg-7d2cfee1df947ebfb19bd1337bab9d5f926a5fa0.tar.gz
gnupg-7d2cfee1df947ebfb19bd1337bab9d5f926a5fa0.zip
2008-08-08 Marcus Brinkmann <[email protected]>
* gpgsm.h (struct server_control_s): Remove member dirmngr_seen. * call-dirmngr.c (dirmngr2_ctx, dirmngr_ctx_locked) (dirmngr2_ctx_locked): New global variables. (prepare_dirmngr): Don't check dirmngr_seen anymore. (start_dirmngr): Move bunch of code to ... (start_dirmngr_ext): ... this new function. (release_dirmngr, start_dirmngr2, release_dirmngr2): New functions. (gpgsm_dirmngr_isvalid): Call release_dirmngr. (gpgsm_dirmngr_lookup): Call release_dirmngr. If dirmngr_ctx is locked, use dirmngr2_locked. (gpgsm_dirmngr_run_command): Call release_dirmngr.
Diffstat (limited to '')
-rw-r--r--sm/gpgsm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h
index 2cd177504..add1928ec 100644
--- a/sm/gpgsm.h
+++ b/sm/gpgsm.h
@@ -172,8 +172,6 @@ struct server_control_s
audit_ctx_t audit; /* NULL or a context for the audit subsystem. */
int agent_seen; /* Flag indicating that the gpg-agent has been
accessed. */
- int dirmngr_seen; /* Flag indicating that the dirmngr has been
- accessed. */
int with_colons; /* Use column delimited output format */
int with_chain; /* Include the certifying certs in a listing */