Re: [OpenWrt-Devel] [PATCH] [ustream-ssl] polarssl: fix long writes

2015-04-11 Thread Luka Perkov
On Sat, Apr 11, 2015 at 11:36:14PM +0200, Felix Fietkau wrote: > On 2015-04-11 23:23, Luka Perkov wrote: > > Enable to write more data then defined in SSL_MAX_CONTENT_LEN. > > > > Signed-off-by: Luka Perkov > > --- > > ustream-polarssl.c | 18 -- > > 1 file changed, 12 insertions

Re: [OpenWrt-Devel] [PATCH] [ustream-ssl] polarssl: fix long writes

2015-04-11 Thread Felix Fietkau
On 2015-04-11 23:23, Luka Perkov wrote: > Enable to write more data then defined in SSL_MAX_CONTENT_LEN. > > Signed-off-by: Luka Perkov > --- > ustream-polarssl.c | 18 -- > 1 file changed, 12 insertions(+), 6 deletions(-) > > diff --git a/ustream-polarssl.c b/ustream-polarssl.c

[OpenWrt-Devel] [PATCH] [ustream-ssl] polarssl: fix long writes

2015-04-11 Thread Luka Perkov
Enable to write more data then defined in SSL_MAX_CONTENT_LEN. Signed-off-by: Luka Perkov --- ustream-polarssl.c | 18 -- 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/ustream-polarssl.c b/ustream-polarssl.c index cbf24cb..ce9b164 100644 --- a/ustream-polarssl.c