Hi,
Just to let you know that today's 1.1 version fails to build when configured as follow : PERL Configure no-deprecated VC-WIN32 --debug --prefix=c:\OpenSSL_11_dbg link /nologo /subsystem:console /opt:ref /debug /out:out32.dbg\openssl.exe @C:\Users\...\Temp\nm5423.tmp libeay32.lib(eng_all.obj) : error LNK2019: unresolved external symbol _ENGINE_load_rdrand referenced in function _ENGINE_load_builtin_engines libeay32.lib(eng_all.obj) : error LNK2019: unresolved external symbol _ENGINE_load_dynamic referenced in function _ENGINE_load_builtin_engines libeay32.lib(eng_all.obj) : error LNK2019: unresolved external symbol _ENGINE_load_capi referenced in function _ENGINE_load_builtin_engines out32.dbg\openssl.exe : fatal error LNK1120: 3 unresolved externals NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\BIN\link.EXE"' : return code '0x460' Stop. With : PERL Configure no-engine VC-WIN32 --debug --prefix=c:\OpenSSL_11_dbg it fails with : E:\openssl-1.1.git\include\openssl/engine.h(70) : fatal error C1189: #error : ENGINE is disabled. With just : "VC-WIN32 --debug --prefix=. " options, build succeeds. Regards, Michel.
-- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev
