diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-05-15 13:26:49 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-11 17:33:31 +0200 |
commit | efc69e9f3889000bf6cecc04a510f6095bd9aca2 (patch) | |
tree | b2ad39c13447d2eb6b7fd70956d42ecb56f9716c /src/starter/confread.h | |
parent | 6d065f14ae04d582a5d3ef425a850fe7a85c9500 (diff) | |
download | strongswan-efc69e9f3889000bf6cecc04a510f6095bd9aca2.tar.bz2 strongswan-efc69e9f3889000bf6cecc04a510f6095bd9aca2.tar.xz |
starter: Removed pfs and pfsgroup options (handled via esp option).
Diffstat (limited to 'src/starter/confread.h')
-rw-r--r-- | src/starter/confread.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/starter/confread.h b/src/starter/confread.h index e9a77d438..0aa6bd515 100644 --- a/src/starter/confread.h +++ b/src/starter/confread.h @@ -143,7 +143,6 @@ struct starter_conn { char *esp; char *ike; - char *pfsgroup; time_t dpd_delay; time_t dpd_timeout; |