]> git.sur5r.net Git - openldap/commitdiff
no TLS no party
authorPierangelo Masarati <ando@openldap.org>
Thu, 13 Apr 2006 12:09:34 +0000 (12:09 +0000)
committerPierangelo Masarati <ando@openldap.org>
Thu, 13 Apr 2006 12:09:34 +0000 (12:09 +0000)
servers/slapd/config.c

index 2322f3a3413ac6b630e57cefcbc6bf65b89ae88b..34ebb1d25cd4df9f5d2a1b2f604439814aeca354 100644 (file)
@@ -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
 
 /* -------------------------------------- */