--- server/tlsthread.cpp.orig 2017-01-10 15:10:07 UTC
+++ server/tlsthread.cpp
@@ -93,7 +93,7 @@ void TlsThread::setup()
SSL_library_init();
ctx = ::SSL_CTX_new( SSLv23_server_method() );
- int options = SSL_OP_ALL
+ long options = SSL_OP_ALL
| SSL_OP_CIPHER_SERVER_PREFERENCE