Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-kde
Path: blob/main/mail/archiveopteryx/files/patch-server_tlsthread.cpp
16461 views
1
--- server/tlsthread.cpp.orig 2017-01-10 15:10:07 UTC
2
+++ server/tlsthread.cpp
3
@@ -93,7 +93,7 @@ void TlsThread::setup()
4
SSL_library_init();
5
6
ctx = ::SSL_CTX_new( SSLv23_server_method() );
7
- int options = SSL_OP_ALL
8
+ long options = SSL_OP_ALL
9
// also try to pick the same ciphers suites more often
10
| SSL_OP_CIPHER_SERVER_PREFERENCE
11
// and don't use SSLv2, even if the client wants to
12
13