diff options
Diffstat (limited to 'src/stroke/stroke.h')
-rw-r--r-- | src/stroke/stroke.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/stroke/stroke.h b/src/stroke/stroke.h index 0544ca8bf..64a538bbd 100644 --- a/src/stroke/stroke.h +++ b/src/stroke/stroke.h @@ -96,6 +96,10 @@ struct stroke_msg_t { char *name; bool ikev2; struct { + char *ike; + char *esp; + } algorithms; + struct { time_t ipsec_lifetime; time_t ike_lifetime; time_t margin; |