Re: [OpenWrt-Devel] [PATCH] openvpn-polarssl: RNG signature change

2012-06-01 Thread Gert Doering
Hi, On Fri, Jun 01, 2012 at 07:53:49PM +0200, Mirko Vogt wrote: > The OpenVPN stuff needs some love in general. I'll try to get openvpn, > openvpn-devel and openvpn-polarssl consolidated and reworked in a > reasonable way this weekend / next week (which includes updating > openvpn-polarssl). I'm

Re: [OpenWrt-Devel] [PATCH] openvpn-polarssl: RNG signature change

2012-06-01 Thread Mirko Vogt
The OpenVPN stuff needs some love in general. I'll try to get openvpn, openvpn-devel and openvpn-polarssl consolidated and reworked in a reasonable way this weekend / next week (which includes updating openvpn-polarssl). mirko On 06/01/2012 07:21 PM, David Favro wrote: > PolarSSL 1.1 (i.e. as o

[OpenWrt-Devel] [PATCH] openvpn-polarssl: RNG signature change

2012-06-01 Thread David Favro
PolarSSL 1.1 (i.e. as of SVN revision 1132, which is getting pulled in current OpenWRT feed) changed the argument signature of havege_rand() [and, to avoid confusion, changed its name to havege_random()]. Since ssl_set_rng() also changed the signature of the passed-in RNG to match, this doesn't ca