summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager
diff options
context:
space:
mode:
authorbju <bju@maxi.fritz.box>2015-01-26 23:41:20 +0100
committerbju <bju@maxi.fritz.box>2015-01-26 23:41:20 +0100
commit76794a4a5fe11d64ccc68f0e1477f0142e7b6981 (patch)
tree432ff95a9ca1b416883e965ba9faf31c26c9ea46 /vdr-vdrmanager
parent6dcead1f7ad58be52e4c155942b651ad6f2c4e70 (diff)
downloadvdr-manager-76794a4a5fe11d64ccc68f0e1477f0142e7b6981.tar.gz
vdr-manager-76794a4a5fe11d64ccc68f0e1477f0142e7b6981.tar.bz2
Bug #2008
Diffstat (limited to 'vdr-vdrmanager')
-rw-r--r--vdr-vdrmanager/serversock.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-vdrmanager/serversock.cpp b/vdr-vdrmanager/serversock.cpp
index e118b0b..4836025 100644
--- a/vdr-vdrmanager/serversock.cpp
+++ b/vdr-vdrmanager/serversock.cpp
@@ -87,7 +87,7 @@ bool cVdrmanagerServerSocket::Create(int port, const char * password, bool force
SSL_load_error_strings();
SSL_library_init();
- const SSL_METHOD * method = SSLv23_server_method();
+ SSL_METHOD * method = (SSL_METHOD *)SSLv23_server_method();
sslCtx = SSL_CTX_new(method);
if (sslCtx == NULL) {
long errorCode = ERR_get_error();