]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schema_init.c
Fallout from ITS#4986 - remove unused param of select_backend()
[openldap] / servers / slapd / schema_init.c
index 12ec8a8e1d3cd8579908870f9ed9c4d757538a9e..965a1028c4485b1706c101392424b9539327a07a 100644 (file)
@@ -27,6 +27,7 @@
 #include <ac/socket.h>
 
 #include "slap.h"
+#include "../../libraries/liblber/lber-int.h" /* get ber_ptrlen() */
 
 #include "ldap_utf8.h"
 
@@ -4535,12 +4536,8 @@ static slap_mrule_defs_rec mrule_defs[] = {
        {"( 2.5.13.34 NAME 'certificateExactMatch' "
                "SYNTAX 1.3.6.1.1.15.1 )",
                SLAP_MR_EQUALITY | SLAP_MR_EXT, certificateExactMatchSyntaxes,
-#ifdef HAVE_TLS
                NULL, certificateExactNormalize, octetStringMatch,
                octetStringIndexer, octetStringFilter,
-#else
-               NULL, NULL, NULL, NULL, NULL,
-#endif
                NULL },
 
        {"( 2.5.13.35 NAME 'certificateMatch' "