summaryrefslogtreecommitdiff
path: root/include/apr_ldap.h.in
diff options
context:
space:
mode:
authorminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2005-01-05 10:47:07 +0000
committerminfrin <minfrin@13f79535-47bb-0310-9956-ffa450edef68>2005-01-05 10:47:07 +0000
commitd8390d90082c11e41a59e1f3c38e68f5e2739596 (patch)
tree140e6ca03d172259a2bef862c460bc7e6c2eba41 /include/apr_ldap.h.in
parentef3c3aff889e45bac0eeb0ac855a29e623d4cc20 (diff)
downloadlibapr-util-d8390d90082c11e41a59e1f3c38e68f5e2739596.tar.gz
Teach apr_ldap_init() how to handle STARTTLS in addition to the existing
SSL support. Add apr_ldap_option API. git-svn-id: http://svn.apache.org/repos/asf/apr/apr-util/trunk@124191 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_ldap.h.in')
-rw-r--r--include/apr_ldap.h.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/apr_ldap.h.in b/include/apr_ldap.h.in
index 0bead420..ed3c4c87 100644
--- a/include/apr_ldap.h.in
+++ b/include/apr_ldap.h.in
@@ -75,9 +75,7 @@
@lber_h@
@ldap_h@
-#if APR_HAS_LDAP_SSL
@ldap_ssl_h@
-#endif
/*
@@ -132,7 +130,7 @@ typedef struct apr_ldap_err_t {
#include "apr_ldap_url.h"
#include "apr_ldap_init.h"
-
+#include "apr_ldap_option.h"
/** @} */
#endif /* APR_HAS_LDAP */