]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/extended.c
Sync with HEAD
[openldap] / servers / slapd / extended.c
index 33a8a11807be07f392305a05ac79844c4f1b9b0c..bef3b965604c05eb7a7da277da331cd659850258 100644 (file)
@@ -69,9 +69,6 @@ static struct {
        { &slap_EXOP_CANCEL, SLAP_EXOP_HIDE, cancel_extop },
        { &slap_EXOP_WHOAMI, 0, whoami_extop },
        { &slap_EXOP_MODIFY_PASSWD, SLAP_EXOP_WRITES, passwd_extop },
-#ifdef HAVE_TLS
-       { &slap_EXOP_START_TLS, 0, starttls_extop },
-#endif
        { NULL, 0, NULL }
 };