0.9.8f ABI change.

2007-10-13 Thread Kurt Roeckx
Hi, It seems that in 0.9.8f you did an ABI change in struct ssl_st. The problem is this change: + unsigned int max_send_fragment; This will break things when something was build against the headers from 0.9.8e or an older 0.9.8 versions and runs with a 0.9.8f versions. Such a change needs

Re: 0.9.8f ABI change.

2007-10-13 Thread Kurt Roeckx
On Sat, Oct 13, 2007 at 01:59:38PM +0200, Kurt Roeckx wrote: Hi, It seems that in 0.9.8f you did an ABI change in struct ssl_st. The problem is this change: + unsigned int max_send_fragment; This will break things when something was build against the headers from 0.9.8e or an older