mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* gpgkeys_ldap.c: Include lber.h if configure determines we need it.
This commit is contained in:
parent
4f347281a9
commit
dee66f5cc9
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -33,6 +33,9 @@
|
|||
#include <winsock2.h>
|
||||
#include <winldap.h>
|
||||
#else
|
||||
#ifdef NEED_LBER_H
|
||||
#include <lber.h>
|
||||
#endif
|
||||
#include <ldap.h>
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue