From d9e7488b17fdc617eec735e2c0485b69285ba511 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 4 Apr 2023 16:39:59 +0200 Subject: 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". --- common/comopt.h | 1 - 1 file changed, 1 deletion(-) (limited to 'common/comopt.h') diff --git a/common/comopt.h b/common/comopt.h index 7947f35b3..2a27fddac 100644 --- a/common/comopt.h +++ b/common/comopt.h @@ -35,7 +35,6 @@ /* Common options for all GnuPG components. */ -EXTERN_UNLESS_MAIN_MODULE struct { char *logfile; /* Socket used by daemons for logging. */ -- cgit v1.2.3