mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* options.in: Remove load-extension tiger
* Makefile.am (./options): append it if there is such a module.
This commit is contained in:
parent
fe4d663d33
commit
f30e284e61
6 changed files with 11 additions and 3 deletions
|
@ -151,7 +151,7 @@ main( int argc, char **argv )
|
|||
opt.always_trust = 1;
|
||||
opt.batch = 1;
|
||||
|
||||
#ifdef __MINGW32__
|
||||
#if defined (__MINGW32__) || defined (__CYGWIN32__)
|
||||
opt.homedir = read_w32_registry_string( NULL, "Software\\GNU\\GnuPG", "HomeDir" );
|
||||
#else
|
||||
opt.homedir = getenv("GNUPGHOME");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue