added default CRL directory path

This commit is contained in:
Andreas Steffen
2006-06-14 12:44:12 +00:00
parent 311b225740
commit b98e0927f4
+7
View File
@@ -237,6 +237,13 @@
*/ */
#define CA_CERTIFICATE_DIR IPSEC_D_DIR "/cacerts" #define CA_CERTIFICATE_DIR IPSEC_D_DIR "/cacerts"
/**
* Default directory for CRLs
*
* @ingroup charon
*/
#define CRL_DIR IPSEC_D_DIR "/crls"
/** /**
* Secrets files * Secrets files
* *