1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

dirmngr: Start dirmngr on demand.

* common/asshelp.h: Include 'util.h'.
* dirmngr/dirmngr-client.c (main): Use 'start_new_dirmngr' to connect
to the dirmngr.
(start_dirmngr): Drop now unused declaration and function.
--
Signed-off-by: Justus Winter <justus@g10code.com>
GnuPG-bug-id: 1843
This commit is contained in:
Justus Winter 2015-11-23 11:44:50 +01:00
parent 770c06ed4e
commit a9e0b1dd6c
2 changed files with 17 additions and 130 deletions

View file

@ -34,6 +34,7 @@
#include <gpg-error.h>
#include "session-env.h"
#include "util.h"
/*-- asshelp.c --*/