diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-11-16 16:50:13 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-11-16 16:50:13 +0000 |
commit | 91443667d532bb3336800babdbcc993318c29cdf (patch) | |
tree | 8e6815d6352b2ebd95569f7e6093ce36ecf0d9dd /Source/charon/testcases/ike_sa_id_test.c | |
parent | a5e8260abf867e8c503d2e241a1052e1959b813e (diff) | |
download | strongswan-91443667d532bb3336800babdbcc993318c29cdf.tar.bz2 strongswan-91443667d532bb3336800babdbcc993318c29cdf.tar.xz |
- spi_t replaced with u_int64_t
Diffstat (limited to 'Source/charon/testcases/ike_sa_id_test.c')
-rw-r--r-- | Source/charon/testcases/ike_sa_id_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/charon/testcases/ike_sa_id_test.c b/Source/charon/testcases/ike_sa_id_test.c index 5523ab0af..19c19d88f 100644 --- a/Source/charon/testcases/ike_sa_id_test.c +++ b/Source/charon/testcases/ike_sa_id_test.c @@ -30,7 +30,7 @@ void test_ike_sa_id(tester_t *tester) { ike_sa_id_t *ike_sa_id, *clone, *equal, *other1, *other2, *other3, *other4; - spi_t initiator, initiator2, responder, responder2; + u_int64_t initiator, initiator2, responder, responder2; bool is_initiator; bool are_equal = FALSE; |