no TLS no party

This commit is contained in:
Pierangelo Masarati 2006-04-13 12:09:34 +00:00
parent f2aae492a8
commit ec849bd981

View File

@ -1296,6 +1296,7 @@ void bindconf_free( slap_bindconf *bc ) {
#endif #endif
} }
#ifdef HAVE_TLS
static struct { static struct {
const char *key; const char *key;
size_t offset; size_t offset;
@ -1362,6 +1363,7 @@ int bindconf_tls_set( slap_bindconf *bc, LDAP *ld )
return res; return res;
} }
#endif
/* -------------------------------------- */ /* -------------------------------------- */