diff options
author | Martin Willi <martin@strongswan.org> | 2006-07-05 10:53:20 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2006-07-05 10:53:20 +0000 |
commit | 3dd3c5f39e57ef2f402870136579f7478a4eba34 (patch) | |
tree | 7438497060efb7eafe2eb866930adc5026a171d4 /src/charon/threads/stroke_interface.c | |
parent | b12af2ead628521c8c55638b4f1eedc311864435 (diff) | |
download | strongswan-3dd3c5f39e57ef2f402870136579f7478a4eba34.tar.bz2 strongswan-3dd3c5f39e57ef2f402870136579f7478a4eba34.tar.xz |
redesigned IKE_SA using a transaction mechanism:
removed old state machine
reimplemented IKE_SA setup and delete
implemented dead peer detection
implemented keep-alives
a lot of fixes
no rekeying yet
Diffstat (limited to 'src/charon/threads/stroke_interface.c')
-rwxr-xr-x | src/charon/threads/stroke_interface.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/charon/threads/stroke_interface.c b/src/charon/threads/stroke_interface.c index f6736a86f..4c0f80836 100755 --- a/src/charon/threads/stroke_interface.c +++ b/src/charon/threads/stroke_interface.c @@ -42,7 +42,6 @@ #define IKE_PORT 500 #define PATH_BUF 256 -static bool strict = FALSE; struct sockaddr_un socket_addr = { AF_UNIX, STROKE_SOCKET}; @@ -134,7 +133,6 @@ static x509_t* load_end_certificate(const char *filename, identification_t **idp if (cert) { - bool found; identification_t *id = *idp; identification_t *subject = cert->get_subject(cert); |