1
0
Fork 0
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:
Werner Koch 2001-12-21 14:36:17 +00:00
parent fe4d663d33
commit f30e284e61
6 changed files with 11 additions and 3 deletions

View file

@ -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");