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"
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user