mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
common: Change allocation of the comopt symbol.
* common/comopt.h (struct gnupg_comopt_s): New. * common/comopt.c (struct gnupg_comopt_s): Define here in the data segment.
This commit is contained in:
parent
d9e7488b17
commit
d261f5e5d0
2 changed files with 7 additions and 2 deletions
|
@ -60,6 +60,8 @@ static gpgrt_opt_t opts[] = {
|
|||
};
|
||||
|
||||
|
||||
struct gnupg_comopt_s comopt = {NULL};
|
||||
|
||||
|
||||
/* Parse the common options in the homedir and etc. This needs to be
|
||||
* called after the gpgrt config directories are set. MODULE_ID is one of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue