added default CRL directory path

This commit is contained in:
Andreas Steffen 2006-06-14 12:44:12 +00:00
parent 311b225740
commit b98e0927f4
1 changed files with 7 additions and 0 deletions

View File

@ -237,6 +237,13 @@
*/
#define CA_CERTIFICATE_DIR IPSEC_D_DIR "/cacerts"
/**
* Default directory for CRLs
*
* @ingroup charon
*/
#define CRL_DIR IPSEC_D_DIR "/crls"
/**
* Secrets files
*