From ce461bbd13c5ea6a94ba0b34cbb4d1be8159b67e Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 14 Feb 2006 14:52:00 +0000 Subject: - refactored ike proposal - uses now proposal_t, wich is also used by child proposals - ike key derivation refactored - crypter_t api has get_key_size now - some other improvements here and there --- Source/charon/sa/child_sa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/charon/sa/child_sa.c') diff --git a/Source/charon/sa/child_sa.c b/Source/charon/sa/child_sa.c index c18b760f2..2c4624310 100644 --- a/Source/charon/sa/child_sa.c +++ b/Source/charon/sa/child_sa.c @@ -70,7 +70,7 @@ static void destroy(private_child_sa_t *this) /* * Described in header. */ -child_sa_t * child_sa_create(child_proposal_t *proposal, prf_plus_t *prf_plus) +child_sa_t * child_sa_create(proposal_t *proposal, prf_plus_t *prf_plus) { private_child_sa_t *this = allocator_alloc_thing(private_child_sa_t); u_int i; -- cgit v1.2.3