From 3c7878731546e5746c62e40d972fc67ca3a72e5b Mon Sep 17 00:00:00 2001 From: Othmar Gsenger Date: Sun, 4 Nov 2007 20:17:12 +0000 Subject: added router --- connectionParam.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'connectionParam.h') 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; -- cgit v1.2.3