summaryrefslogtreecommitdiff
path: root/connectionParam.h
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-11-04 20:17:12 +0000
committerOthmar Gsenger <otti@anytun.org>2007-11-04 20:17:12 +0000
commit3c7878731546e5746c62e40d972fc67ca3a72e5b (patch)
treeb4b36ea7f554a2d7c32b919901d7e2aeefa2aa81 /connectionParam.h
parentaddres set and < operator (diff)
added router
Diffstat (limited to 'connectionParam.h')
-rw-r--r--connectionParam.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/connectionParam.h b/connectionParam.h
index 3cd8275..ba1f757 100644
--- a/connectionParam.h
+++ b/connectionParam.h
@@ -31,6 +31,12 @@
#ifndef _CONNECTIONPARAM_H_
#define _CONNECTIONPARAM_H_
+#include "options.h"
+#include "keyDerivation.h"
+#include "cypher.h"
+#include "authAlgo.h"
+#include "seqWindow.h"
+
struct connection_param_t
{
Options& opt;