Hi, I took the source of Openssl 1.0.0 and tried building it after running
perl Configure no-idea no-rc5 no-mdc2 no-md2 no-krb5 no-tlsext VC-WIN32 The build fails with the following link errors. SSLEAY32.def : error LNK2001: unresolved external symbol SSL_set_session_secret_cb SSLEAY32.def : error LNK2001: unresolved external symbol SSL_set_session_ticket_ext SSLEAY32.def : error LNK2001: unresolved external symbol SSL_set_session_ticket_ext_cb out32dll\ssleay32.lib : fatal error LNK1120: 3 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 8\VC\BIN\link.EXE"' : return code '0x460' I am wondering as to why this is happening as we were earlier using Openssl 0.9.8m and the build would always go through successfully with the no-tlsext flag. If I remove the no-tlsext flag from the above command and then try building, the build goes through successfully, is this an expected behaviour for Openssl 1.0.0 This is quite urgent, and any help would be appreciated. Thanks & Regards Ashish______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org