diff options
author | Martin Willi <martin@revosec.ch> | 2011-11-24 15:25:22 +0100 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2012-03-20 17:30:53 +0100 |
commit | 914ec2dbf29ea70a397418860fb304196131d845 (patch) | |
tree | 15c15b466a8c981e2d2cb64d44004215150e6afd /src/libcharon/encoding/payloads/transform_attribute.h | |
parent | fbebc2a068942d16c20f8439b140027395ba25a0 (diff) | |
download | strongswan-914ec2dbf29ea70a397418860fb304196131d845.tar.bz2 strongswan-914ec2dbf29ea70a397418860fb304196131d845.tar.xz |
Implemented IKEv1 attribute encoding in SA payload
Diffstat (limited to 'src/libcharon/encoding/payloads/transform_attribute.h')
-rw-r--r-- | src/libcharon/encoding/payloads/transform_attribute.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/encoding/payloads/transform_attribute.h b/src/libcharon/encoding/payloads/transform_attribute.h index 52e5d8412..7eed40b3e 100644 --- a/src/libcharon/encoding/payloads/transform_attribute.h +++ b/src/libcharon/encoding/payloads/transform_attribute.h @@ -109,7 +109,7 @@ struct transform_attribute_t { * * @return value */ - u_int16_t (*get_value) (transform_attribute_t *this); + u_int64_t (*get_value) (transform_attribute_t *this); /** * Sets the value of the attribute. |