diff options
| author | Martin Willi <martin@strongswan.org> | 2008-10-30 12:58:54 +0000 |
|---|---|---|
| committer | Martin Willi <martin@strongswan.org> | 2008-10-30 12:58:54 +0000 |
| commit | 5dffdea1d7643a8e29ceafa7a95d362a2ea8b251 (patch) | |
| tree | 2204e06063fdcae0ebfe37870ad94e2871eead0e /src/charon/plugins/stroke | |
| parent | 5a76bb7f7a93ef1a3347db6b1c7e9ee58ed803f0 (diff) | |
| download | strongswan-5dffdea1d7643a8e29ceafa7a95d362a2ea8b251.tar.bz2 strongswan-5dffdea1d7643a8e29ceafa7a95d362a2ea8b251.tar.xz | |
added hooks for IKE and CHILD keymat
Diffstat (limited to 'src/charon/plugins/stroke')
| -rw-r--r-- | src/charon/plugins/stroke/stroke_list.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/charon/plugins/stroke/stroke_list.c b/src/charon/plugins/stroke/stroke_list.c index eb15e243c..7d5c86ac2 100644 --- a/src/charon/plugins/stroke/stroke_list.c +++ b/src/charon/plugins/stroke/stroke_list.c @@ -79,11 +79,9 @@ static void log_ike_sa(FILE *out, ike_sa_t *ike_sa, bool all) if (all) { - keymat_t *keymat; proposal_t *ike_proposal; - keymat = ike_sa->get_keymat(ike_sa); - ike_proposal = keymat->get_proposal(keymat); + ike_proposal = ike_sa->get_proposal(ike_sa); fprintf(out, "%12s[%d]: IKE SPIs: %.16llx_i%s %.16llx_r%s", ike_sa->get_name(ike_sa), ike_sa->get_unique_id(ike_sa), |
