aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-05-15 10:17:17 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-05-15 10:17:17 +0200
commit13e51a62a89488b89fa3bc81e33d070fe768e673 (patch)
tree9490b95360ab583da939a03c2b577651faf5cd44 /configure.in
parent2728c310319e793f1a779e98184ccd1ee21d3af3 (diff)
downloadstrongswan-13e51a62a89488b89fa3bc81e33d070fe768e673.tar.bz2
strongswan-13e51a62a89488b89fa3bc81e33d070fe768e673.tar.xz
fixed copy-and-paste error
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 8857f2559..c3f6d2194 100644
--- a/configure.in
+++ b/configure.in
@@ -1048,7 +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"
+ pluto_plugins=${pluto_plugins}" openssl"
fi
if test x$agent = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" agent"