diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-09-18 07:45:16 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-09-18 07:45:16 +0000 |
commit | 5b321e113241b1dfc0bbeacaa62d095b241372ca (patch) | |
tree | 53b8400aee84c7f847dbf5b59e1589557c878006 /src/stroke/stroke.h | |
parent | 8b448b5c226f3904aac6d6c73a043ea6aa43bb30 (diff) | |
download | strongswan-5b321e113241b1dfc0bbeacaa62d095b241372ca.tar.bz2 strongswan-5b321e113241b1dfc0bbeacaa62d095b241372ca.tar.xz |
added auth_method field
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r-- | src/stroke/stroke.h | 1 |
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; |