mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-10 13:04:23 +01:00
* gpgkeys_ldap.c: Include <lber.h> if we absolutely must. This helps when
compiling against a very old OpenLDAP.
This commit is contained in:
parent
5a797b494b
commit
40bd97eee3
@ -1,3 +1,8 @@
|
||||
2002-05-08 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpgkeys_ldap.c: Include <lber.h> if we absolutely must. This
|
||||
helps when compiling against a very old OpenLDAP.
|
||||
|
||||
2002-04-29 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpgkeys_mailto.in: Properly handle key requests in full
|
||||
|
@ -25,6 +25,9 @@
|
||||
#include <unistd.h>
|
||||
#include <stdlib.h>
|
||||
#include <errno.h>
|
||||
#ifdef NEED_LBER_H
|
||||
#include <lber.h>
|
||||
#endif
|
||||
#include <ldap.h>
|
||||
#include "keyserver.h"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user