Dear, Building openssl-0.9.7-beta3 on Win32 (MSVC+NASM), I get the following unresolved external while linking SSLEAY32.DLL.
I understand that OpenSSLDie is implemented in cryptlib.c and that this module is probably missing in the link configuration file. Though I have not yet found where the list of modules to be linked in is located. Can someone point me to the right part of the build system to fix this ? Here is for documentation the copy of the output of the failed link. ------------------------------------------------------------------------ link /nologo /subsystem:console /machine:I386 /opt:ref /dll /out:out32dll\ssleay32.dll /def:ms/SSLEAY32.def @C:\DOCUME~1\Olivier\LOCALS~1\Temp\nmb04036. Creating library out32dll\ssleay32.lib and object out32dll\ssleay32.exp s3_clnt.obj : error LNK2001: unresolved external symbol _OpenSSLDie ssl_sess.obj : error LNK2001: unresolved external symbol _OpenSSLDie ssl_asn1.obj : error LNK2001: unresolved external symbol _OpenSSLDie s2_srvr.obj : error LNK2001: unresolved external symbol _OpenSSLDie s2_clnt.obj : error LNK2001: unresolved external symbol _OpenSSLDie s2_lib.obj : error LNK2001: unresolved external symbol _OpenSSLDie s3_srvr.obj : error LNK2001: unresolved external symbol _OpenSSLDie out32dll\ssleay32.dll : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. ------------------------------------------------------------------------ Thanks you, -- Olivier Mascia <[EMAIL PROTECTED]> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]