From fc6e95c57f8f7f0acc083daf15dbac828e627e20 Mon Sep 17 00:00:00 2001 From: deva Date: Mon, 4 Jan 2010 11:01:30 +0000 Subject: Added config, cli and compiletime check for ssl usage. Still needs to check is microhttpd has ssl support. --- server/src/configuration.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'server/src/configuration.h') diff --git a/server/src/configuration.h b/server/src/configuration.h index 3d9f7f1..c12bf19 100644 --- a/server/src/configuration.h +++ b/server/src/configuration.h @@ -54,6 +54,13 @@ namespace Conf { extern std::string database_passwd; extern std::string xml_basedir; + + extern bool use_ssl; + extern std::string ssl_key; + extern std::string ssl_cert; + + extern int connection_limit; + extern int connection_timeout; }; #endif/*__ARTEFACT_CONFIGURATION_H__*/ -- cgit v1.2.3