aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-05-15 08:46:49 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-05-15 10:01:30 +0200
commit244dbb06dbcfb5f2c6bc336a1bd4bbe11562e06a (patch)
tree563c217c06c07866f9c65015a975ec1db43cf4c8 /configure.in
parent5020a456c068e3117afbcca4d948b5624e60d754 (diff)
downloadstrongswan-244dbb06dbcfb5f2c6bc336a1bd4bbe11562e06a.tar.bz2
strongswan-244dbb06dbcfb5f2c6bc336a1bd4bbe11562e06a.tar.xz
if enabled, load openssl plugin by default in pluto
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 916b941a3..8857f2559 100644
--- a/configure.in
+++ b/configure.in
@@ -1035,7 +1035,7 @@ if test x$xcbc = xtrue; then
fi
if test x$hmac = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" hmac"
- pluto_plugins=${pluto_plugins}" hmac"
+ pluto_plugins=${pluto_plugins}" hmac"
fi
if test x$mysql = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" mysql"
@@ -1048,6 +1048,7 @@ if test x$padlock = xtrue; then
fi
if test x$openssl = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" openssl"
+ pluto_plugins=${pluto_plugins}" hmac"
fi
if test x$agent = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" agent"