mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
dirmngr: Use the LDAP wrapper process also for Windows.
* dirmngr/ldap-wrapper.c: Revamp module to make use of es_poll for portability. * configure.ac: Always use the ldap wrapper. -- Since the migration from GNU Pth to nPth the ldap wrapper never worked reliable on Windows. Our long term use of the old Window CE wrapper thing didn't fixed this either. The new code uses the portable es_poll function and thus code which is tested at several other places. It Should(tm) fix the Windows issues. GnuPG-bug-id: 3937 Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
d22506a343
commit
f9fbfc64e4
3 changed files with 239 additions and 189 deletions
|
@ -653,7 +653,6 @@ case "${host}" in
|
|||
have_dosish_system=yes
|
||||
have_w32_system=yes
|
||||
require_iconv=no
|
||||
use_ldapwrapper=no # Fixme: Do this only for CE.
|
||||
require_pipe_to_unblock_pselect=no
|
||||
case "${host}" in
|
||||
*-mingw32ce*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue