>
> ssl_cert.obj : error LNK2001: unresolved external symbol _BIO_s_file
> ssl_rsa.obj : error LNK2001: unresolved external symbol _BIO_s_file
> ssl_txt.obj : error LNK2001: unresolved external symbol _BIO_s_file
>
More info:
BIO_s_file is just one of hundreds of functions that are no longer
exported from libeay32.dll via a listing in libeay32.def
The list of functions no longer exported from ssleay32.dll is ~50.
There are no new functions exported from ssleay32.dll.
This needs to be checked.
-----
Attempts to build the test programs fail:
link /nologo /subsystem:console /machine:I386 /opt:ref
/out:out32dll\destest.exe @K:\TEMP\nma01856.
destest.obj : error LNK2001: unresolved external symbol _crypt
out32dll\destest.exe : fatal error LNK1120: 1 unresolved externals
Jeffrey Altman * Sr.Software Designer
The Kermit Project * Columbia University
612 West 115th St * New York, NY * 10025 * USA
http://www.kermit-project.org/ * [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]