* make the crypto functions use precalculated files instead of relative ones
[citadel.git] / citadel / sysconfig.h
index 2db5f367c170a219c07ace50873c0f4b95912ded..1189c3709653971b8baaa5e18a2d7614554e1739 100644 (file)
 /*
  * Pathnames for cryptographic goodness
  */
+/*
 #define        CTDL_CRYPTO_DIR         "./keys"
 #define CTDL_KEY_PATH          CTDL_CRYPTO_DIR "/citadel.key"
 #define CTDL_CSR_PATH          CTDL_CRYPTO_DIR "/citadel.csr"
 #define CTDL_CER_PATH          CTDL_CRYPTO_DIR "/citadel.cer"
-
+*/
 #define THREADSTACKSIZE                1048576
 
 /*