From f87e5dd98ce6b7ffbec60edbce9b75cc61e5d639 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 6 Dec 2006 10:31:55 +0000 Subject: [PATCH] XAUTH support --- src/pluto/state.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pluto/state.h b/src/pluto/state.h index 6271378ef..2c34fc94b 100644 --- a/src/pluto/state.h +++ b/src/pluto/state.h @@ -213,6 +213,11 @@ struct state bool started; } st_modecfg; + struct { + int attempt; + bool started; + } st_xauth; + u_int32_t nat_traversal; ip_address nat_oa;