summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
authorMatthias Kortstiege <matthias (at) kortstiege (dot) net>2008-12-10 14:51:56 +0100
committerMatthias Kortstiege <matthias (at) kortstiege (dot) net>2008-12-10 14:51:56 +0100
commit4a486de7c9db11591840c451ebb84c3ac1b2e8b9 (patch)
treeccb56ed3b06e1ad6121f04e1cb08418752fa8a12 /setup.h
parent1adde56cbfb3fd20736650c4a35e351272545b0d (diff)
downloadvdr-plugin-live-4a486de7c9db11591840c451ebb84c3ac1b2e8b9.tar.gz
vdr-plugin-live-4a486de7c9db11591840c451ebb84c3ac1b2e8b9.tar.bz2
updated ssl patch
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 1cf153f..dd315c1 100644
--- a/setup.h
+++ b/setup.h
@@ -34,6 +34,7 @@ class Setup
#if TNTSSLSUPPORT
int GetServerSslPort() const { return m_serverSslPort; }
std::string GetServerSslCert() const { return m_serverSslCert; }
+ std::string GetServerSslKey() const { return m_serverSslKey; }
#endif
IpList const& GetServerIps() const { return m_serverIps; }
// vdr-setup
@@ -106,6 +107,7 @@ class Setup
#if TNTSSLSUPPORT
int m_serverSslPort;
std::string m_serverSslCert;
+ std::string m_serverSslKey;
static std::string m_configDirectory;
#endif
IpList m_serverIps;