* Cleaned up some things that generated compiler warnings
[citadel.git] / citadel / sysconfig.h
index 76f2855dc8e56a9fceaddc40243c7fcdcbc9584c..bdb78502d763496e71a9d3a1677034342ef0fd49 100644 (file)
 /*
  * Pathnames for cryptographic goodness
  */
-#define        CTDL_CRYPTO_DIR         BBSDIR "/keys"
+#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"