mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Use the keyboxd for a fresh install
* common/homedir.c (gnupg_maybe_make_homedir): Also create a common.conf. * g10/keydb.c: Include comopt.h. (maybe_create_keyring_or_box): Detect the creation of a common.conf. * g10/gpg.c (main): Avoid adding more resources in this case. * sm/keydb.c: Include comopt.h. (maybe_create_keybox): Detect the creation of a common.conf. * common/comopt.h (comopt): Remove the conditional "extern".
This commit is contained in:
parent
db6ae6f6f8
commit
d9e7488b17
8 changed files with 110 additions and 18 deletions
|
@ -35,7 +35,6 @@
|
|||
|
||||
|
||||
/* Common options for all GnuPG components. */
|
||||
EXTERN_UNLESS_MAIN_MODULE
|
||||
struct
|
||||
{
|
||||
char *logfile; /* Socket used by daemons for logging. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue