1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-10 13:04:23 +01:00

* g10.c (main) [__MINGW32__]: Activate oLoadExtension.

This commit is contained in:
Werner Koch 2002-09-13 07:52:45 +00:00
parent 92be9d7380
commit 86d681d8f0
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-13 Werner Koch <wk@gnupg.org>
* g10.c (main) [__MINGW32__]: Activate oLoadExtension.
2002-09-12 David Shaw <dshaw@jabberwocky.com>
* keyserver.c (keyserver_spawn): Remove whitespace after keyserver

View File

@ -1385,7 +1385,7 @@ main( int argc, char **argv )
case oAlwaysTrust: opt.always_trust = 1; break;
case oLoadExtension:
#ifndef __riscos__
#ifdef USE_DYNAMIC_LINKING
#if defined(USE_DYNAMIC_LINKING) || defined(__MINGW32__)
if(check_permissions(pargs.r.ret_str,2))
log_info(_("cipher extension \"%s\" not loaded due to "
"unsafe permissions\n"),pargs.r.ret_str);