I have built openssl 1.1.1b 64 bit with VS 2013 on Windows 7. It seems to build fine. However running nmake test gives some fails: perl Configure VC-WIN64A no-shared --prefix=C:\Downloads\OpenSSL\openssl-1.1.1b\static make install make test test\recipes\30-test_evp.t ...................... Dubious, test returned 4 (wstat 1024, 0x400) Failed 4/9 subteststest\recipes\80-test_ssl_new.t .................. Dubious, test returned 2 (wstat 512, 0x200) Test Summary Report ------------------- test\recipes\30-test_evp.t (Wstat: 1024 Tests: 9 Failed: 4) Failed tests: 2, 5, 7, 9 Non-zero exit status: 4 test\recipes\80-test_ssl_new.t (Wstat: 512 Tests: 29 Failed: 2) Failed tests: 20, 28 Non-zero exit status: 2 Thanks, John Unsworth |