From 5c3482b3f5f760b90bb2ce9f6498c392524bc681 Mon Sep 17 00:00:00 2001 From: Quanah Gibson-Mount <quanah@openldap.org> Date: Wed, 3 Sep 2008 23:53:49 +0000 Subject: [PATCH] ITS#5677 --- CHANGES | 1 + libraries/libldap/init.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 209affae24..d462bbca51 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,7 @@ OpenLDAP 2.4 Change Log OpenLDAP 2.4.12 Engineering + Fixed libldap TLS_CRLFILE (ITS#5677) Fixed liblutil executables on Windows (ITS#5604) Fixed slapd aci performance (ITS#5636) Fixed slapd aci's with sets (ITS#5627) diff --git a/libraries/libldap/init.c b/libraries/libldap/init.c index 47ca924154..13daaaf1aa 100644 --- a/libraries/libldap/init.c +++ b/libraries/libldap/init.c @@ -115,7 +115,7 @@ static const struct ol_attribute { {0, ATTR_TLS, "TLS_CRLCHECK", NULL, LDAP_OPT_X_TLS_CRLCHECK}, #endif #ifdef HAVE_GNUTLS - {0, ATTR_TLS, "TLS_CRL", NULL, LDAP_OPT_X_TLS_CRLFILE}, + {0, ATTR_TLS, "TLS_CRLFILE", NULL, LDAP_OPT_X_TLS_CRLFILE}, #endif #endif -- GitLab