This brings up a really interesting point.

What is the appropriate separation of functions?  What can I presume
is in each library?  (eay32 is crypto stuff.  ssl32 should be the BIO
and SSL session management stuff?)

-Kyle H

On 2/28/06, Chandi Bernier <[EMAIL PROTECTED]> wrote:
> Hey guys,
>
> I've tried a precompiled windows version of 0.9.7.c openssl and it was
> lacking symbols for these 3 fnc :
>
> ERR_print_errors_fp
> BIO_new_socket
> OPENSSL_add_all_algorithms_noconf (or conf)
>
> Then I've decided on compiling my own version using mingw... which worked.
> But it's still lacking those symbols.
>
> Then I've found out about libeay32 which has them. So I've got to compile my
> application using -leay32 -lssl. Quite weird, no ?
>
>
> Thanks for your support,
>
> Chandi
>
>
> ______________________________________________________________________
> OpenSSL Project                                 http://www.openssl.org
> User Support Mailing List                    openssl-users@openssl.org
> Automated List Manager                           [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to