diff options
author | Martin Willi <martin@strongswan.org> | 2006-04-28 10:51:19 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-04-28 10:51:19 +0000 |
commit | 1029d84d2365ca6e6b2d2a96e5c0a1fad3c127e3 (patch) | |
tree | d7d1152d0651f01f023b4faa09fc51f936f89e60 /src/pluto/alg/Config.ike_alg | |
parent | 51c3484a9f70f03b2ea73151428a40e785c0c56c (diff) | |
download | strongswan-1029d84d2365ca6e6b2d2a96e5c0a1fad3c127e3.tar.bz2 strongswan-1029d84d2365ca6e6b2d2a96e5c0a1fad3c127e3.tar.xz |
Diffstat (limited to 'src/pluto/alg/Config.ike_alg')
-rw-r--r-- | src/pluto/alg/Config.ike_alg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pluto/alg/Config.ike_alg b/src/pluto/alg/Config.ike_alg new file mode 100644 index 000000000..0fcda4cad --- /dev/null +++ b/src/pluto/alg/Config.ike_alg @@ -0,0 +1,9 @@ +## +## IKE algorithms config. for static linking into pluto +## By now 3DES,MD5 and SHA1 are already present in pluto. +## +CONFIG_IKE_ALG_AES=y +CONFIG_IKE_ALG_BLOWFISH=y +CONFIG_IKE_ALG_SERPENT=y +CONFIG_IKE_ALG_TWOFISH=y +CONFIG_IKE_ALG_SHA2=y |