load hmac/xcbc plugins after hash/crypter plugins to pass crypto tests
This commit is contained in:
+7
-7
@@ -1104,13 +1104,6 @@ if test x$pubkey = xtrue; then
|
|||||||
libstrongswan_plugins=${libstrongswan_plugins}" pubkey"
|
libstrongswan_plugins=${libstrongswan_plugins}" pubkey"
|
||||||
pluto_plugins=${pluto_plugins}" pubkey"
|
pluto_plugins=${pluto_plugins}" pubkey"
|
||||||
fi
|
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
|
if test x$mysql = xtrue; then
|
||||||
libstrongswan_plugins=${libstrongswan_plugins}" mysql"
|
libstrongswan_plugins=${libstrongswan_plugins}" mysql"
|
||||||
fi
|
fi
|
||||||
@@ -1128,6 +1121,13 @@ if test x$gcrypt = xtrue; then
|
|||||||
libstrongswan_plugins=${libstrongswan_plugins}" gcrypt"
|
libstrongswan_plugins=${libstrongswan_plugins}" gcrypt"
|
||||||
pluto_plugins=${pluto_plugins}" gcrypt"
|
pluto_plugins=${pluto_plugins}" gcrypt"
|
||||||
fi
|
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
|
if test x$agent = xtrue; then
|
||||||
libstrongswan_plugins=${libstrongswan_plugins}" agent"
|
libstrongswan_plugins=${libstrongswan_plugins}" agent"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user