aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/constants.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-04-06 09:44:06 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-04-06 09:44:06 +0000
commit241d2ff3bc718f9106578578a468030dfb43e0f3 (patch)
treee0e78c11fa6a7d8ffeaf0aed83abedf99cc62dfe /src/pluto/constants.c
parent4c56bd64e5c2c02df71dd4aa7b296a0d0cc892ce (diff)
downloadstrongswan-241d2ff3bc718f9106578578a468030dfb43e0f3.tar.bz2
strongswan-241d2ff3bc718f9106578578a468030dfb43e0f3.tar.xz
support of ldap-based crl fetching
Diffstat (limited to 'src/pluto/constants.c')
-rw-r--r--src/pluto/constants.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/pluto/constants.c b/src/pluto/constants.c
index 1fc5ec422..e7d7216ee 100644
--- a/src/pluto/constants.c
+++ b/src/pluto/constants.c
@@ -41,12 +41,8 @@ const char compile_time_interop_options[] = ""
#ifdef LIBCURL
" LIBCURL"
#endif
-#ifdef LDAP_VER
-#if LDAP_VER == 2
- " LDAP_V2"
-#else
- " LDAP_V3"
-#endif
+#ifdef LIBLDAP
+ " LIBLDAP"
#endif
#ifdef SMARTCARD
" SMARTCARD"