* crypto.c: keys/ directory is relative to the directory from which WebCit
[citadel.git] / webcit / crypto.c
index 4d1a971cfdf8eec16c0aeeb0e4ce14ed9ff46e54..4d9880c9e4df13715d7db633047d8dc3e8ad4b02 100644 (file)
@@ -17,7 +17,7 @@
 #include "webcit.h"
 #include "webserver.h"
 
-#define        CTDL_CRYPTO_DIR         WEBCITDIR "/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"