aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-04-18 18:37:57 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-04-18 18:37:57 +0000
commit228025c2c46cdfa86ef8e6ac315f5df9d7fa71a6 (patch)
tree95d2923957c6e4c9e047ebed9c746087e741d429
parent1da277f04502901e99c4442e5e42ade4208fb311 (diff)
downloadstrongswan-228025c2c46cdfa86ef8e6ac315f5df9d7fa71a6.tar.bz2
strongswan-228025c2c46cdfa86ef8e6ac315f5df9d7fa71a6.tar.xz
fixed aes-xcbc netlink configuration error
-rw-r--r--src/pluto/kernel_netlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/kernel_netlink.c b/src/pluto/kernel_netlink.c
index 2850a7f2d..e2c4c26ae 100644
--- a/src/pluto/kernel_netlink.c
+++ b/src/pluto/kernel_netlink.c
@@ -89,7 +89,7 @@ static sparse_names aalg_list = {
{ SADB_X_AALG_SHA2_384HMAC, "sha384" },
{ SADB_X_AALG_SHA2_512HMAC, "sha512" },
{ SADB_X_AALG_RIPEMD160HMAC, "ripemd160" },
- { SADB_X_AALG_AES_XCBC_MAC, "aesxcbc"},
+ { SADB_X_AALG_AES_XCBC_MAC, "xcbc(aes)"},
{ SADB_X_AALG_NULL, "null" },
{ 0, sparse_end }
};