diff options
-rw-r--r-- | src/charon/daemon.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/charon/daemon.h b/src/charon/daemon.h index ed747e2c6..737db5a22 100644 --- a/src/charon/daemon.h +++ b/src/charon/daemon.h @@ -238,6 +238,13 @@ #define CA_CERTIFICATE_DIR IPSEC_D_DIR "/cacerts" /** + * Default directory for CRLs + * + * @ingroup charon + */ +#define CRL_DIR IPSEC_D_DIR "/crls" + +/** * Secrets files * * @ingroup charon |