Skip to content

Commit

Permalink
ldap: build with BoringSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanem authored and bagder committed Jan 28, 2015
1 parent 9d964e5 commit 3cc9e93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions lib/ldap.c
Expand Up @@ -54,6 +54,15 @@
# endif /* HAVE_LDAP_SSL && HAVE_LDAP_SSL_H */
#endif

/* These are macros in both <wincrypt.h> (in above <winldap.h>) and typedefs
* in BoringSSL's <openssl/x509.h>
*/
#ifdef HAVE_BORINGSSL
# undef X509_NAME
# undef X509_CERT_PAIR
# undef X509_EXTENSIONS
#endif

#include "urldata.h"
#include <curl/curl.h>
#include "sendf.h"
Expand Down

0 comments on commit 3cc9e93

Please sign in to comment.