aboutsummaryrefslogtreecommitdiffstats
path: root/include/settings.h
diff options
context:
space:
mode:
authorJaeseung Ha <ipknhama@gmail.com>2015-09-20 22:06:00 +0900
committerJaeseung Ha <ipknhama@gmail.com>2015-09-20 22:06:00 +0900
commite4708671bcfd2514edaa1a8e0bd5fa58f00c5fd1 (patch)
treeb47fc83d73c9b6031f75e576e8e633b93eee8901 /include/settings.h
parent5282c9d4aae7ae1450a76fa29ddf837c8eb2f56d (diff)
downloadcrow-e4708671bcfd2514edaa1a8e0bd5fa58f00c5fd1.tar.gz
crow-e4708671bcfd2514edaa1a8e0bd5fa58f00c5fd1.zip
implement HTTPS support
- define CROW_ENABLE_SSL to use - close #88
Diffstat (limited to 'include/settings.h')
-rw-r--r--include/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index 31a39e3..fc9392c 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -8,6 +8,9 @@
/* #ifdef - enables logging */
#define CROW_ENABLE_LOGGING
+/* #ifdef - enables SSL */
+//#define CROW_ENABLE_SSL
+
/* #define - specifies log level */
/*
DEBUG = 0