Moved gmp plugin before users of it
This commit is contained in:
+4
-4
@@ -767,16 +767,16 @@ if test x$hmac = xtrue; then
|
|||||||
libstrongswan_plugins=${libstrongswan_plugins}" hmac"
|
libstrongswan_plugins=${libstrongswan_plugins}" hmac"
|
||||||
pluto_plugins=${pluto_plugins}" hmac"
|
pluto_plugins=${pluto_plugins}" hmac"
|
||||||
fi
|
fi
|
||||||
|
if test x$gmp = xtrue; then
|
||||||
|
libstrongswan_plugins=${libstrongswan_plugins}" gmp"
|
||||||
|
pluto_plugins=${pluto_plugins}" gmp"
|
||||||
|
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
|
||||||
if test x$pkcs11 = xtrue; then
|
if test x$pkcs11 = xtrue; then
|
||||||
libstrongswan_plugins=${libstrongswan_plugins}" pkcs11"
|
libstrongswan_plugins=${libstrongswan_plugins}" pkcs11"
|
||||||
fi
|
fi
|
||||||
if test x$gmp = xtrue; then
|
|
||||||
libstrongswan_plugins=${libstrongswan_plugins}" gmp"
|
|
||||||
pluto_plugins=${pluto_plugins}" gmp"
|
|
||||||
fi
|
|
||||||
if test x$xauth = xtrue; then
|
if test x$xauth = xtrue; then
|
||||||
pluto_plugins=${pluto_plugins}" xauth"
|
pluto_plugins=${pluto_plugins}" xauth"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user