Re: [PATCH] fix I/O buffer size handling for "enc" application (repost)

2006-07-31 Thread Klaus Weidner
On Sun, Jul 30, 2006 at 11:10:13AM +0200, Jean-Marc Desperrier wrote: > Klaus Weidner wrote: > >[...] - please let me know if you have issues with the > >bugfix, [...] > > > >The following patch uses the ANSI C setvbuf(3) function [...] > > > >+{ > >+if (bufsize != NULL) > >

Re: [PATCH] fix I/O buffer size handling for "enc" application (repost)

2006-07-30 Thread Jean-Marc Desperrier
Klaus Weidner wrote: [...] - please let me know if you have issues with the bugfix, [...] The following patch uses the ANSI C setvbuf(3) function [...] + { + if (bufsize != NULL) + setvbuf(stdin, (char *)NULL, _IONBF, 0); BIO_set

[PATCH] fix I/O buffer size handling for "enc" application (repost)

2006-07-27 Thread Klaus Weidner
Hello, this is an updated version of a patch I sent on May 22. I didn't get any response that time - please let me know if you have issues with the bugfix, or if I should be contacting someone else about it. It's a minor bug but it breaks the application I was using it for. The "enc" application