OpenSSL 1.0.2e. Failed build due to (possibly) wrong include of dummytest.c

Anton Prytkov anton at prytkov.com
Sat Dec 26 10:52:09 UTC 2015


The same problem for
openssl-1.0.2e/test/{jpaketest.c, md2test.c, rc5test.c}

On 2015-12-26 13:47, Anton Prytkov wrote:
> Hello,
>
> Contents:
> 1. Build environment
> 2. Build steps
> 3. Problem
> 4. Solution
>
> 1. Build environment:
> Core i7-3632QM
> Windows 10 x64
> MinGW-w64 x86_64-5.2.0-release-posix-seh-rt_v4-rev1
> ActivePerl-5.20.2.2002-MSWin32-x64-299195
>
> 2. Build steps:
> perl Configure mingw64 shared no-asm --prefix=c:/openssl/1.0.2e
> make depend
> make
>
> 3. Build fails at c:/openssl/1.0.2e/test/md2test.c, line 1
> Can not parse.
>
> 4. Solution:
> change line 1:
> openssl-1.0.2e/dummytest.c
> to:
> #include "dummytest.c"
>



More information about the openssl-bugs-mod mailing list