My point was... why on Linux did I need only libssl and to compile the same
client on Windows/MinGW requires libssl and libeay32. I could not find a
lot of doc about the differences between the two. The only thing I've found
said libeay32 is the predecessor of openssl. Is that right ?
Dr He
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