lib/libadmin/util.c | 5 +++++ 1 file changed, 5 insertions(+)
New commits: commit 62c800a5468b23b168261d3311c9179804628aa3 Author: Rich Megginson rmeggins@redhat.com Date: Tue Oct 26 11:50:49 2010 -0600
fix building with mozldap
fix building with mozldap - the changes made to build with openldap broke building with mozldap
diff --git a/lib/libadmin/util.c b/lib/libadmin/util.c index 1a0bfea..91bfb43 100644 --- a/lib/libadmin/util.c +++ b/lib/libadmin/util.c @@ -45,6 +45,11 @@ #include <string.h> #include <sys/stat.h> #include <ctype.h> /* isdigit */ +#ifndef USE_OPENLDAP +#include <ldappr.h> +#include <ldap_ssl.h> +#include <ssl.h> +#endif
#define NUM_ENTRIES 64
389-commits@lists.fedoraproject.org