In article <[EMAIL PROTECTED]> you wrote:
> 
> I'm working with shared libs on Solaris-2.x. From SSLeay-0.9.0 to OpenSSL-0.9.2
> the Function SSLeay_add_ssl_algorithms() has been replaced with a define to
> SSL_library_init(). Thats absolutely OK as long as you recompile the Apps using
> the libs.
> 
> I would be glad if you could add something similar to the following:
> 
> #if defined(BIN_COMPAT_0_9_0) && defined(BUILD_SHARED_LIBS)
> 
> to enable a SSLeay_add_ssl_algorithms() Function as a wrapper to 
> SSL_library_init() and to disable the mentioned define.

Are you sure that this is the only problem?

I mean for binary compatibility via shared libraries you usually have a lot
more problems because of the large amount of changes between 0.9.0 and
0.9.2... So I cannot image that this is the only problem. And OTOH binary
compatibility should be still not such important. At least not for an Open
Source project declared as version 0.9 ;-)

                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to