diff options
Diffstat (limited to 'Source/charon/threads/stroke.h')
-rw-r--r-- | Source/charon/threads/stroke.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/charon/threads/stroke.h b/Source/charon/threads/stroke.h index 267c455f0..113d38d30 100644 --- a/Source/charon/threads/stroke.h +++ b/Source/charon/threads/stroke.h @@ -29,6 +29,9 @@ #define STROKE_SOCKET "/var/run/charon.ctl" +#define IPSEC_DIR "/etc/ipsec.d/" +#define PRIVATE_KEY_DIR IPSEC_DIR "private/" +#define CERTIFICATE_DIR IPSEC_DIR "certs/" /** * @brief A stroke message sent over the unix socket. @@ -61,6 +64,7 @@ struct stroke_msg_t { char *name; struct { char *id; + char *cert; char *address; char *subnet; u_int8_t subnet_mask; |