aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/encoding/payloads/transform_substructure.c
diff options
context:
space:
mode:
authorJan Hutter <jhutter@hsr.ch>2005-12-01 12:18:20 +0000
committerJan Hutter <jhutter@hsr.ch>2005-12-01 12:18:20 +0000
commit343acebe859146bc7ae9af539d8a55ba666820ad (patch)
tree95e4517257cfd44c60f574bf62f1f4400f420e90 /Source/charon/encoding/payloads/transform_substructure.c
parent47cf33820d58f4eb803587ca6b6d31ab09f95457 (diff)
downloadstrongswan-343acebe859146bc7ae9af539d8a55ba666820ad.tar.bz2
strongswan-343acebe859146bc7ae9af539d8a55ba666820ad.tar.xz
- implemented functionality to generate sa payload from
child_proposal_t's and vice versa...
Diffstat (limited to 'Source/charon/encoding/payloads/transform_substructure.c')
-rw-r--r--Source/charon/encoding/payloads/transform_substructure.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/charon/encoding/payloads/transform_substructure.c b/Source/charon/encoding/payloads/transform_substructure.c
index 99af36c8d..c519c6777 100644
--- a/Source/charon/encoding/payloads/transform_substructure.c
+++ b/Source/charon/encoding/payloads/transform_substructure.c
@@ -89,7 +89,7 @@ mapping_t transform_type_m[] = {
{PSEUDO_RANDOM_FUNCTION, "PSEUDO_RANDOM_FUNCTION"},
{INTEGRITY_ALGORITHM, "INTEGRITY_ALGORITHM"},
{DIFFIE_HELLMAN_GROUP, "DIFFIE_HELLMAN_GROUP"},
- {EXTENDED_SEQUENCE_NUNBERS, "EXTENDED_SEQUENCE_NUNBERS"},
+ {EXTENDED_SEQUENCE_NUMBERS, "EXTENDED_SEQUENCE_NUMBERS"},
{MAPPING_END, NULL}
};
@@ -207,7 +207,7 @@ static status_t verify(private_transform_substructure_t *this)
break;
}
- case EXTENDED_SEQUENCE_NUNBERS:
+ case EXTENDED_SEQUENCE_NUMBERS:
{
if ((this->transform_id != NO_EXT_SEQ_NUMBERS) && (this->transform_id != EXT_SEQ_NUMBERS))
{