From 13e51a62a89488b89fa3bc81e33d070fe768e673 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Fri, 15 May 2009 10:17:17 +0200 Subject: [PATCH] fixed copy-and-paste error --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"