ldap: delete stray CURL_HAS_MOZILLA_LDAP reference

Added in 68b215157f, while adding openldap
support. This is also the single mention of this constant in the source
tree and also in that commit. Based on these, it seems like an accident.

Delete this reference.

Reviewed-by: Daniel Stenberg

Closes #9625
This commit is contained in:
Viktor Szakats 2022-09-29 21:29:53 +00:00
parent 7313ffebfe
commit e7cf6fea7f
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -565,7 +565,7 @@ Vista
/* LDAP SUPPORT */
/* ---------------------------------------------------------------- */
#if defined(CURL_HAS_NOVELL_LDAPSDK) || defined(CURL_HAS_MOZILLA_LDAPSDK)
#if defined(CURL_HAS_NOVELL_LDAPSDK)
#undef USE_WIN32_LDAP
#define HAVE_LDAP_SSL_H 1
#define HAVE_LDAP_URL_PARSE 1