[openssl-dev] [openssl.org #4563] OpenSSL 1.0.2 branch: mem.obj : error LNK2001: unresolved external symbol _cleanse_ctr

2016-06-12 Thread Rich Salz via RT
Fixed by Andy in commit 6397ac585d6d4101be0fb742ac0db5074bd4e8a6 -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4563 Please log in as guest with password guest if prompted -- openssl-dev mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Re: [openssl-dev] [openssl.org #4563] OpenSSL 1.0.2 branch: mem.obj : error LNK2001: unresolved external symbol _cleanse_ctr

2016-06-12 Thread Simon Richter via RT
Hi, On 12.06.2016 21:52, Andy Polyakov via RT wrote: > "no-asm" is the culprit here, but problem is not reporter's but mine. > mem_clr.c was updated, but build was not tested with no-asm. Fix is > upcoming. That error is gone, but now it complains about "_OPENSSL_hexstr2buf" being missing. Is

Re: [openssl-dev] [openssl.org #4563] OpenSSL 1.0.2 branch: mem.obj : error LNK2001: unresolved external symbol _cleanse_ctr

2016-06-12 Thread Simon Richter via RT
Hi, On 12.06.2016 21:44, Joey Yandle via RT wrote: > Looking over your logs, you appear to be configuring with no-asm, then > calling do_ms. Does it work when you configure with asm and call do_nasm? I'd have to deploy nasm to the autobuilders then. Simon -- Ticket here:

Re: [openssl-dev] [openssl.org #4563] OpenSSL 1.0.2 branch: mem.obj : error LNK2001: unresolved external symbol _cleanse_ctr

2016-06-12 Thread Andy Polyakov via RT
> Looking over your logs, you appear to be configuring with no-asm, "no-asm" is the culprit here, but problem is not reporter's but mine. mem_clr.c was updated, but build was not tested with no-asm. Fix is upcoming. -- Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4563 Please log

Re: [openssl-dev] [openssl.org #4563] OpenSSL 1.0.2 branch: mem.obj : error LNK2001: unresolved external symbol _cleanse_ctr

2016-06-12 Thread Joey Yandle via RT
Looking over your logs, you appear to be configuring with no-asm, then calling do_ms. Does it work when you configure with asm and call do_nasm? The do_ms target doesn't get much attention these days. On Jun 12, 2016 5:56 AM, "Simon Richter via RT" wrote: > Hi, > > the 1.0.2

Re: [openssl-dev] [openssl.org #4563] OpenSSL 1.0.2 branch: mem.obj : error LNK2001: unresolved external symbol _cleanse_ctr

2016-06-12 Thread Joey Yandle
Looking over your logs, you appear to be configuring with no-asm, then calling do_ms. Does it work when you configure with asm and call do_nasm? The do_ms target doesn't get much attention these days. On Jun 12, 2016 5:56 AM, "Simon Richter via RT" wrote: > Hi, > > the 1.0.2

[openssl-dev] [openssl.org #4563] OpenSSL 1.0.2 branch: mem.obj : error LNK2001: unresolved external symbol _cleanse_ctr

2016-06-12 Thread Simon Richter via RT
Hi, the 1.0.2 branch fails to compile in the VC-WIN32 configuration: mem.obj : error LNK2001: unresolved external symbol _cleanse_ctr Full log available at http://ci.kicad-pcb.org/job/windows-openssl-msvc/cpu=x86,label=windows/376/consoleFull Simon -- Ticket here: