strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
- u int values can be generated: Not fully tested !
[strongswan.git]
/
Source
/
charon
/
encodings
/
ike_header.h
diff --git
a/Source/charon/encodings/ike_header.h
b/Source/charon/encodings/ike_header.h
index
29106d4
..
58b4348
100644
(file)
--- a/
Source/charon/encodings/ike_header.h
+++ b/
Source/charon/encodings/ike_header.h
@@
-43,11
+43,11
@@
struct ike_header_s{
/**
* SPI of the initiator
*/
- u_int
32
_t initiator_spi;
+ u_int
64
_t initiator_spi;
/**
* SPI of the responder
*/
- u_int
32
_t responder_spi;
+ u_int
64
_t responder_spi;
/**
* next payload type
*/