From 5b321e113241b1dfc0bbeacaa62d095b241372ca Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 18 Sep 2006 07:45:16 +0000 Subject: [PATCH] added auth_method field --- src/stroke/stroke.h | 1 + 1 file changed, 1 insertion(+) 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;