On 30/03/2014 07:46, Gert Doering wrote:
Hi,
On Sun, Mar 30, 2014 at 12:48:37AM +0100, Steffan Karger wrote:
3 - Change OpenSSL builds to use hax representation
I tend toward this one - user visible behaviour shouldn't change (unless
unavoidable) depending on SSL library used.
So for me this
ACK, thanks.
Inside #ifdef WIN32, which is why we didn't catch it on unix before (we
really need a windows buildslave...).
Your patch has been applied to the master branch.
commit 60b40a58c4caaeb5c5aa8d402020414d3ba05050 (master)
Author: Heiko Hund
List-Post: openvpn-devel@lists.sourceforge.n
Your patch has been applied to the master branch.
commit e38f554cd4b956f6eedd56c7a76a3ba7c84ad824
Author: Steffan Karger
List-Post: openvpn-devel@lists.sourceforge.net
Date: Tue Apr 1 00:33:55 2014 +0200
configure.ac: use CPPFLAGS for SSL_OP_NO_TICKET check
Signed-off-by: Steffan Kar
This slipped in with commit d0085293.
Signed-off-by: Heiko Hund
---
src/openvpn/route.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/openvpn/route.c b/src/openvpn/route.c
index 13eed5f..825ea47 100644
--- a/src/openvpn/route.c
+++ b/src/openvpn/route.c
@@ -2117,7 +2
On Tuesday 01 April 2014 00:45:16 Steffan Karger wrote:
> The attached patch fixes your problem, but if there is someone around
> with a better idea (and, preferrably, patch) to fix it, I'm all ears!
ACK, fixes the problem indeed, without introducing a new set of flags even.
Thanks
Heiko