In article <[EMAIL PROTECTED]> you wrote:
>> release without change if they track all the way to the end. We don't
>> support distinguishing an arbitrary snapshot of a development version,
>> though; only the latest. So, if you have support for a feature in 0.9.4,
>> then you test like this:
>>
>> #if OPENSSL_VERSION >= 0x00904000
>
> In that case I would just test for the release version number
> OPENSSL_VERSION >= 0x000904100, ignoring that the feature already is
> present in some of the development versions.
>
> But we're talking about a change that breaks existing code here, not
> about new features.
BTW, 0x00904000 is a 32bit value and when I remember correctly one could get
problems with a few CPPs with values greater than 16bit?! Or did I intermix
this with some other CPP issues?
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]