From c095388f7f04930171eca643f29db972ec7d9ed5 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 15 Jun 2006 11:09:11 +0000 Subject: added support for "ike" and "esp" keywords fixed bugs in proposal code algorithm selection for charon works now with ipsec.conf a lot of other fixes --- src/charon/threads/kernel_interface.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/charon/threads/kernel_interface.c') diff --git a/src/charon/threads/kernel_interface.c b/src/charon/threads/kernel_interface.c index 617e324bb..64160738a 100644 --- a/src/charon/threads/kernel_interface.c +++ b/src/charon/threads/kernel_interface.c @@ -302,6 +302,7 @@ static status_t get_spi(private_kernel_interface_t *this, else { *spi = response->sa.id.spi; + this->logger->log(this->logger, CONTROL|LEVEL1, "SPI is 0x%x", *spi); } free(response); -- cgit v1.2.3