From f9fbfc64e402bd41815a68426f55565fa6d5c726 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 27 Apr 2018 12:03:41 +0200 Subject: 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 --- dirmngr/ldap-wrapper-ce.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dirmngr/ldap-wrapper-ce.c') diff --git a/dirmngr/ldap-wrapper-ce.c b/dirmngr/ldap-wrapper-ce.c index 01f8f647e..884bb325d 100644 --- a/dirmngr/ldap-wrapper-ce.c +++ b/dirmngr/ldap-wrapper-ce.c @@ -45,6 +45,7 @@ #ifdef USE_LDAPWRAPPER # error This module is not expected to be build. #endif +#error This module might not anymore work. -- cgit v1.2.3