Hi

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.

regard

Matthias

-------------------------------------------------------------------------------
Matthias Loepfe, AdNovum Informatik AG, Roentgenstr. 22, CH-8005 Zurich
Email: [EMAIL PROTECTED]   Voice: +41 1 272 6111   Fax: +41 1 272 6312
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to