Re: [Openvpn-devel] [Patch v2] Fix #ifdefs for P2MP_SERVER

2013-05-31 Thread Gert Doering
Hi, On Thu, May 30, 2013 at 11:34:40PM +0200, Arne Schwabe wrote: > -#ifdef P2MP_SERVER > +#if P2MP_SERVER ACK. Sorry for overlooking that. (For the rest of the audience: P2MP_SERVER is one of the #define-s that is always #define'd - it's either "#define P2MP_SERVER 1" or "... 0", so with #ifde

[Openvpn-devel] [Patch v2] Fix #ifdefs for P2MP_SERVER

2013-05-30 Thread Arne Schwabe
--- src/openvpn/ssl.c|2 +- src/openvpn/ssl_common.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/openvpn/ssl.c b/src/openvpn/ssl.c index 12da365..088eea8 100644 --- a/src/openvpn/ssl.c +++ b/src/openvpn/ssl.c @@ -2043,7 +2043,7 @@ key_method_2_read (st