mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* gpgkeys_ldap.c: #define LDAP_DEPRECATED for newer OpenLDAPs so they use
the regular old API that is compatible with other LDAP libraries.
This commit is contained in:
parent
025aabfd8e
commit
0ea95fd80f
@ -1,3 +1,9 @@
|
|||||||
|
2006-03-27 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
|
* gpgkeys_ldap.c: #define LDAP_DEPRECATED for newer OpenLDAPs so
|
||||||
|
they use the regular old API that is compatible with other LDAP
|
||||||
|
libraries.
|
||||||
|
|
||||||
2006-03-03 David Shaw <dshaw@jabberwocky.com>
|
2006-03-03 David Shaw <dshaw@jabberwocky.com>
|
||||||
|
|
||||||
* gpgkeys_ldap.c (main): Fix build problem with non-OpenLDAP LDAP
|
* gpgkeys_ldap.c (main): Fix build problem with non-OpenLDAP LDAP
|
||||||
|
@ -37,6 +37,8 @@
|
|||||||
#ifdef NEED_LBER_H
|
#ifdef NEED_LBER_H
|
||||||
#include <lber.h>
|
#include <lber.h>
|
||||||
#endif
|
#endif
|
||||||
|
/* For OpenLDAP, to enable the API that we're using. */
|
||||||
|
#define LDAP_DEPRECATED 1
|
||||||
#include <ldap.h>
|
#include <ldap.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user