Raymond Zhou wrote:
Hi there,
I was trying to load a function from openSSL libeay32.dll using LoadLibrary and GetProcAddress, the function is the following:
       BIO* BIO_new_fp(File*, int).

You'll need to at least change File* to FILE * - C is case sensitive.

Tim.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to