From: Pierangelo Masarati Date: Thu, 13 Apr 2006 12:09:34 +0000 (+0000) Subject: no TLS no party X-Git-Tag: OPENLDAP_REL_ENG_2_4_0ALPHA~3^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ec849bd9813460be148d27ad4e552e82f60062ca;p=openldap no TLS no party --- diff --git a/servers/slapd/config.c b/servers/slapd/config.c index 2322f3a341..34ebb1d25c 100644 --- a/servers/slapd/config.c +++ b/servers/slapd/config.c @@ -1296,6 +1296,7 @@ void bindconf_free( slap_bindconf *bc ) { #endif } +#ifdef HAVE_TLS static struct { const char *key; size_t offset; @@ -1362,6 +1363,7 @@ int bindconf_tls_set( slap_bindconf *bc, LDAP *ld ) return res; } +#endif /* -------------------------------------- */