load hmac/xcbc plugins after hash/crypter plugins to pass crypto tests

This commit is contained in:
Martin Willi
2009-06-16 13:05:43 +02:00
parent b32af12051
commit 0c013ff345
+7 -7
View File
@@ -1104,13 +1104,6 @@ if test x$pubkey = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" pubkey"
pluto_plugins=${pluto_plugins}" pubkey"
fi
if test x$xcbc = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" xcbc"
fi
if test x$hmac = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" hmac"
pluto_plugins=${pluto_plugins}" hmac"
fi
if test x$mysql = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" mysql"
fi
@@ -1128,6 +1121,13 @@ if test x$gcrypt = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" gcrypt"
pluto_plugins=${pluto_plugins}" gcrypt"
fi
if test x$xcbc = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" xcbc"
fi
if test x$hmac = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" hmac"
pluto_plugins=${pluto_plugins}" hmac"
fi
if test x$agent = xtrue; then
libstrongswan_plugins=${libstrongswan_plugins}" agent"
fi