if enabled, load openssl plugin by default in pluto
This commit is contained in:
+2
-1
@@ -1035,7 +1035,7 @@ if test x$xcbc = xtrue; then
|
|||||||
fi
|
fi
|
||||||
if test x$hmac = xtrue; then
|
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$mysql = xtrue; then
|
if test x$mysql = xtrue; then
|
||||||
libstrongswan_plugins=${libstrongswan_plugins}" mysql"
|
libstrongswan_plugins=${libstrongswan_plugins}" mysql"
|
||||||
@@ -1048,6 +1048,7 @@ if test x$padlock = xtrue; then
|
|||||||
fi
|
fi
|
||||||
if test x$openssl = xtrue; then
|
if test x$openssl = xtrue; then
|
||||||
libstrongswan_plugins=${libstrongswan_plugins}" openssl"
|
libstrongswan_plugins=${libstrongswan_plugins}" openssl"
|
||||||
|
pluto_plugins=${pluto_plugins}" hmac"
|
||||||
fi
|
fi
|
||||||
if test x$agent = xtrue; then
|
if test x$agent = xtrue; then
|
||||||
libstrongswan_plugins=${libstrongswan_plugins}" agent"
|
libstrongswan_plugins=${libstrongswan_plugins}" agent"
|
||||||
|
|||||||
Reference in New Issue
Block a user