diff options
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; |