1
0
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:
David Shaw 2002-05-08 23:17:51 +00:00
parent 5a797b494b
commit 40bd97eee3
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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"