From 13e4a62f5c352981a93156be7749bfa712782d84 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Tue, 25 Apr 2006 10:06:30 +0000 Subject: - added separate implementation for connection_store, credential_store, policy_store - added folder structure to config - credentials are fetched solely on IDs now --- Source/charon/threads/stroke_interface.h | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'Source/charon/threads/stroke_interface.h') diff --git a/Source/charon/threads/stroke_interface.h b/Source/charon/threads/stroke_interface.h index 0bb0bb48b..f8efc9c67 100644 --- a/Source/charon/threads/stroke_interface.h +++ b/Source/charon/threads/stroke_interface.h @@ -23,14 +23,9 @@ #ifndef STROKE_INTERFACE_H_ #define STROKE_INTERFACE_H_ -#include -#include -#include - - -#define IPSEC_DIR "/etc/ipsec.d/" -#define PRIVATE_KEY_DIR IPSEC_DIR "private/" -#define CERTIFICATE_DIR IPSEC_DIR "certs/" +#include +#include +#include typedef struct stroke_t stroke_t; @@ -59,11 +54,6 @@ typedef struct stroke_t stroke_t; * @ingroup threads */ struct stroke_t { - - /** - * Implements connection_store_t interface - */ - connection_store_t connections; /** * Implements policy_store_t interface -- cgit v1.2.3