aboutsummaryrefslogtreecommitdiffstats
path: root/Source/charon/testcases/kernel_interface_test.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2005-12-07 15:53:34 +0000
committerMartin Willi <martin@strongswan.org>2005-12-07 15:53:34 +0000
commitc3903a186150e59610930f7acb07a544b8a86e72 (patch)
treee2d8c542f16a8d93f9c9d43e2ea31de869261e52 /Source/charon/testcases/kernel_interface_test.c
parent0d43ad12dd3a882f83d4a80f591a4e51b4470845 (diff)
downloadstrongswan-c3903a186150e59610930f7acb07a544b8a86e72.tar.bz2
strongswan-c3903a186150e59610930f7acb07a544b8a86e72.tar.xz
- removed prime pool
Diffstat (limited to 'Source/charon/testcases/kernel_interface_test.c')
-rw-r--r--Source/charon/testcases/kernel_interface_test.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/charon/testcases/kernel_interface_test.c b/Source/charon/testcases/kernel_interface_test.c
index 5d072586d..1b0462679 100644
--- a/Source/charon/testcases/kernel_interface_test.c
+++ b/Source/charon/testcases/kernel_interface_test.c
@@ -65,11 +65,11 @@ void test_kernel_interface(protected_tester_t *tester)
- //status = kernel_interface->get_spi(kernel_interface, me, other, 51, TRUE, &spi);
+ status = kernel_interface->get_spi(kernel_interface, me, other, 50, TRUE, &spi);
//status |= kernel_interface->get_spi(kernel_interface, me, other, 50, TRUE, &spi);
- //tester->assert_true(tester, status == SUCCESS, "spi get");
+ tester->assert_true(tester, status == SUCCESS, "spi get");
- status = kernel_interface->add_sa(kernel_interface, me, other, spi, 50, TRUE, ENCR_AES_CBC, 16, enc_key,AUTH_HMAC_MD5_96,16,inc_key,FALSE);
+ status = kernel_interface->add_sa(kernel_interface, me, other, spi, 50, TRUE, ENCR_AES_CBC, 16, enc_key,AUTH_HMAC_MD5_96,16,inc_key,TRUE);
tester->assert_true(tester, status == SUCCESS, "build sa");