[pkg-remote-commits] [xrdp] 03/03: Add missing constant.
Dominik George
natureshadow-guest at moszumanska.debian.org
Fri Dec 15 18:40:07 UTC 2017
This is an automated email from the git hooks/post-receive script.
natureshadow-guest pushed a commit to branch stretch
in repository xrdp.
commit 336373662aa3fb07ff80d70ff92d13601e312e74
Author: Dominik George <nik at naturalnet.de>
Date: Fri Dec 15 19:34:34 2017 +0100
Add missing constant.
---
debian/patches/fix-ssl-accept-load.patch | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/patches/fix-ssl-accept-load.patch b/debian/patches/fix-ssl-accept-load.patch
index 10e9e21..8e3370c 100644
--- a/debian/patches/fix-ssl-accept-load.patch
+++ b/debian/patches/fix-ssl-accept-load.patch
@@ -5,7 +5,16 @@ Bug: https://github.com/neutrinolabs/xrdp/issues/954
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884453
--- a/common/ssl_calls.c
+++ b/common/ssl_calls.c
-@@ -726,6 +726,15 @@ ssl_tls_accept(struct ssl_tls *self, int
+@@ -34,6 +34,8 @@
+ #include "ssl_calls.h"
+ #include "trans.h"
+
++#define SSL_WANT_READ_WRITE_TIMEOUT 100
++
+ #if defined(OPENSSL_VERSION_NUMBER) && (OPENSSL_VERSION_NUMBER >= 0x0090800f)
+ #undef OLD_RSA_GEN1
+ #else
+@@ -726,6 +728,15 @@ ssl_tls_accept(struct ssl_tls *self, int
* SSL_ERROR_WANT_READ
* SSL_ERROR_WANT_WRITE
*/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-remote/xrdp.git
More information about the pkg-remote-commits
mailing list