Between OpenSSL 0.9.6 and 0.9.7 the OpenSSL_add_all_algorithms()
function was replaced by a macro. This was needed to get the auto
configuration code to work.

This has the consequence than any binary linked against an OpenSSL
shared library version 0.9.6 will fail with that kind of error if an
attempt is made to use it with 0.9.7 (or later).

However this error is arguably better because there are various other
subtle changes which would not be so obvious.

The solution is to recompile the source against 0.9.7 then it will pick
up the macro.

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

Reply via email to