Ah, it was an off-by-one, that's why I missed it. 

Ack!

Adriaan

> -----Original Message-----
> From: Samuli Seppänen [mailto:sam...@openvpn.net]
> Sent: donderdag 7 juni 2012 11:54
> To: Alon Bar-Lev
> Cc: openvpn-devel@lists.sourceforge.net
> Subject: Re: [Openvpn-devel] [PATCH] build: support =polarssl-1.1.0
> 
> Il 07.06.2012 12:37, Alon Bar-Lev ha scritto:
> > Repoted-by: Samuli Seppänen <sam...@openvpn.net>
> > Signed-off-by: Alon Bar-Lev <alon.bar...@gmail.com>
> > ---
> >  configure.ac |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> > diff --git a/configure.ac b/configure.ac index 339164f..9511317
> 100644
> > --- a/configure.ac
> > +++ b/configure.ac
> > @@ -755,7 +755,7 @@ if test "${with_crypto_library}" = "polarssl" ;
> > then  #include <polarssl/version.h>
> >                     ]],
> >                     [[
> > -#if POLARSSL_VERSION_NUMBER <= 0x01010000
> > +#if POLARSSL_VERSION_NUMBER < 0x01010000
> >  #error invalid version
> >  #endif
> >                     ]]
> Fixes the reported issue, tested on Ubuntu 10.04.
> 
> ACK.
> 
> --
> Samuli Seppänen
> Community Manager
> OpenVPN Technologies, Inc
> 
> irc freenode net: mattock
> 
> 
> -----------------------------------------------------------------------
> -------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond.
> Discussions will include endpoint security, mobile security and the
> latest in malware threats.
> http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Openvpn-devel mailing list
> Openvpn-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Reply via email to