diff options
author | Werner Koch <[email protected]> | 2018-04-27 10:03:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2018-04-27 10:05:31 +0000 |
commit | f9fbfc64e402bd41815a68426f55565fa6d5c726 (patch) | |
tree | 3e939d2c25a4dab2fce5fae6b85eea601c9cf726 /dirmngr/ldap-wrapper-ce.c | |
parent | dirmngr: Silence log output from dirmngr_ldap. (diff) | |
download | gnupg-f9fbfc64e402bd41815a68426f55565fa6d5c726.tar.gz gnupg-f9fbfc64e402bd41815a68426f55565fa6d5c726.zip |
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 <[email protected]>
Diffstat (limited to 'dirmngr/ldap-wrapper-ce.c')
-rw-r--r-- | dirmngr/ldap-wrapper-ce.c | 1 |
1 files changed, 1 insertions, 0 deletions
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. |