1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-12-23 10:29:58 +01:00

* gpgkeys_ldap.c: Include lber.h if configure determines we need it.

This commit is contained in:
David Shaw 2005-03-17 04:02:17 +00:00
parent 4f347281a9
commit dee66f5cc9
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2005-03-16 David Shaw <dshaw@jabberwocky.com>
* gpgkeys_ldap.c: Include lber.h if configure determines we need
it.
* ksutil.h, ksutil.c (ks_action_to_string): New.
(free_ks_options): Only free if options exist.

View File

@ -33,6 +33,9 @@
#include <winsock2.h>
#include <winldap.h>
#else
#ifdef NEED_LBER_H
#include <lber.h>
#endif
#include <ldap.h>
#endif