aboutsummaryrefslogtreecommitdiffstats
path: root/src/stroke/stroke.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-09-18 07:45:16 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-09-18 07:45:16 +0000
commit5b321e113241b1dfc0bbeacaa62d095b241372ca (patch)
tree53b8400aee84c7f847dbf5b59e1589557c878006 /src/stroke/stroke.h
parent8b448b5c226f3904aac6d6c73a043ea6aa43bb30 (diff)
downloadstrongswan-5b321e113241b1dfc0bbeacaa62d095b241372ca.tar.bz2
strongswan-5b321e113241b1dfc0bbeacaa62d095b241372ca.tar.xz
added auth_method field
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r--src/stroke/stroke.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h
index 39a529c60..0c475ecdb 100644
--- a/src/stroke/stroke.h
+++ b/src/stroke/stroke.h
@@ -134,6 +134,7 @@ struct stroke_msg_t {
struct {
char *name;
bool ikev2;
+ int auth_method;
struct {
char *ike;
char *esp;