From 91443667d532bb3336800babdbcc993318c29cdf Mon Sep 17 00:00:00 2001 From: Jan Hutter Date: Wed, 16 Nov 2005 16:50:13 +0000 Subject: - spi_t replaced with u_int64_t --- Source/charon/testcases/ike_sa_manager_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/testcases/ike_sa_manager_test.c') diff --git a/Source/charon/testcases/ike_sa_manager_test.c b/Source/charon/testcases/ike_sa_manager_test.c index 5bb8c75a0..d91685d7e 100644 --- a/Source/charon/testcases/ike_sa_manager_test.c +++ b/Source/charon/testcases/ike_sa_manager_test.c @@ -74,7 +74,7 @@ static void test3_thread(ike_sa_id_t *ike_sa_id) void test_ike_sa_manager(tester_t *tester) { status_t status; - spi_t initiator, responder; + u_int64_t initiator, responder; ike_sa_id_t *ike_sa_id, *sa_id; ike_sa_t *ike_sa; int thread_count = 200; -- cgit v1.2.3