aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/threads/kernel_interface.c
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2006-06-15 11:09:11 +0000
committerMartin Willi <martin@strongswan.org>2006-06-15 11:09:11 +0000
commitc095388f7f04930171eca643f29db972ec7d9ed5 (patch)
tree07acc62917bfd4a95a3a7fca76afa6431587c974 /src/charon/threads/kernel_interface.c
parent3efbf983124b6cd89087a3967bdfdfe0ccc607e3 (diff)
downloadstrongswan-c095388f7f04930171eca643f29db972ec7d9ed5.tar.bz2
strongswan-c095388f7f04930171eca643f29db972ec7d9ed5.tar.xz
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
Diffstat (limited to 'src/charon/threads/kernel_interface.c')
-rw-r--r--src/charon/threads/kernel_interface.c1
1 files changed, 1 insertions, 0 deletions
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);