On Wed, Nov 01, 2000, ben h kram wrote:

> The bottom line is there is no binary compatibility between these two
> versions, and to make matters worse, there is no version checking that
> I can see in the API.

That is correct. Binary compatibility is planned from OpenSSL 1.0 upwards.

You must compile applications with the header files from the OpenSSL
release you are linking it to.

If you need a sanity check, do:

 if (OPENSSL_VERSION_NUMBER != SSLeay()) abort();

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

Reply via email to