Re: OpenSSL not binary compatible with SSLeay

1999-03-20 Thread Ralf S. Engelschall
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

OpenSSL not binary compatible with SSLeay

1999-03-15 Thread Matthias Loepfe
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 simi