X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fsquid.git;a=blobdiff_plain;f=src%2Facl%2Fexternal%2Fkerberos_ldap_group%2Fsupport.h;fp=src%2Facl%2Fexternal%2Fkerberos_ldap_group%2Fsupport.h;h=124c55655144c7dd64d2a01863ee8c931799cb5c;hp=3073b8cd8ab19222617b7906b4cf8cd89386e272;hb=388d024ea9d0cda146400219c3d7720aea839fc6;hpb=f8de3912c8d58e2ae3aefb8db311d46258a21c7b diff --git a/src/acl/external/kerberos_ldap_group/support.h b/src/acl/external/kerberos_ldap_group/support.h index 3073b8cd8a..124c556551 100644 --- a/src/acl/external/kerberos_ldap_group/support.h +++ b/src/acl/external/kerberos_ldap_group/support.h @@ -149,7 +149,7 @@ size_t get_ldap_hostname_list(struct main_args *margs, struct hstruct **hlist, s size_t get_hostname_list(struct hstruct **hlist, size_t nhosts, char *name); size_t free_hostname_list(struct hstruct **hlist, size_t nhosts); -#if HAVE_SASL_H || HAVE_SASL_SASL_H || HAVE_SASL_DARWIN +#if HAVE_SASL_H || HAVE_SASL_SASL_H int tool_sasl_bind(LDAP * ld, char *binddn, char *ssl); #endif