Hi,

the 1.0.2 branch fails to compile on VC-WIN32:

.\apps\speed.c(335): error C2065: 'err': undeclared identifier

The responsible commit is

https://github.com/openssl/openssl/commit/75f90688fb2dec0f897cad8be8b92be725c5016b

-            ExitProcess(ret);
+            TerminateProcess(GetCurrentProcess(), err);

   Simon


-- 
Ticket here: http://rt.openssl.org/Ticket/Display.html?id=4575
Please log in as guest with password guest if prompted

Attachment: signature.asc
Description: PGP signature

-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to