> 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. 

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to