ITS#5677 s/TLS_CRL/TLS_CRLFILE/

This commit is contained in:
Howard Chu 2008-09-02 22:10:44 +00:00
parent c112bc2ca1
commit cc94023c98

View File

@ -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