From aed58dcc937fe1c8ab0a1fe952f689a942f966f4 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 20 Jun 2006 08:43:57 +0000 Subject: readded local_credential_store added sendcert policy to connection some other cleanups --- src/charon/testing/connection_test.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/charon/testing/connection_test.c') diff --git a/src/charon/testing/connection_test.c b/src/charon/testing/connection_test.c index 9ba4ef39b..8f4628610 100644 --- a/src/charon/testing/connection_test.c +++ b/src/charon/testing/connection_test.c @@ -33,7 +33,10 @@ void test_connection(protected_tester_t *tester) { host_t *alice = host_create(AF_INET, "192.168.0.1", 500); host_t *bob = host_create(AF_INET, "192.168.0.2", 500); - connection_t *connection = connection_create("alice-bob", TRUE, alice, bob, RSA_DIGITAL_SIGNATURE); + connection_t *connection = connection_create( + "alice-bob", TRUE, + CERT_ALWAYS_SEND, CERT_ALWAYS_SEND, + alice, bob, RSA_DIGITAL_SIGNATURE); proposal_t *prop1, *prop2, *prop3, *prop4; linked_list_t *list; -- cgit v1.2.3