diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-01-10 15:12:44 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-01-10 15:12:44 +0000 |
commit | 0ddd5f6e9843f7ea86a2693321f2bd6f35eab99b (patch) | |
tree | 9a67b0a6da156ba0a3c8922063cc80f8e1e4f704 /mail/archiveopteryx-devel/files | |
parent | e3c7cf0ad328a3b5f4a2f0be9ddf383357b1e861 (diff) | |
download | ports-0ddd5f6e9843f7ea86a2693321f2bd6f35eab99b.tar.gz ports-0ddd5f6e9843f7ea86a2693321f2bd6f35eab99b.zip |
Notes
Diffstat (limited to 'mail/archiveopteryx-devel/files')
-rw-r--r-- | mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp b/mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp new file mode 100644 index 000000000000..bb0f90c58bb5 --- /dev/null +++ b/mail/archiveopteryx-devel/files/patch-server_tlsthread.cpp @@ -0,0 +1,11 @@ +--- server/tlsthread.cpp.orig 2017-01-10 15:06:31 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 + // also try to pick the same ciphers suites more often + | SSL_OP_CIPHER_SERVER_PREFERENCE + // and don't use SSLv2, even if the client wants to |