Hi,
> Hello, I built OpenSSL 1.0.1j this way, which in the case of x86 I have
> done with some previous versions as well:
>
> x86:
> perl Configure debug-VC-WIN32 enable-static-engine
> ms\do_ms
> nmake -f ms\ntdll.mak
>
> x64:
> perl Configure debug-VC-WIN64A enable-static-engine
> ms\do_win64a
Hello, I built OpenSSL 1.0.1j this way, which in the case of x86 I have
done with some previous versions as well:
x86:
perl Configure debug-VC-WIN32 enable-static-engine
ms\do_ms
nmake -f ms\ntdll.mak
x64:
perl Configure debug-VC-WIN64A enable-static-engine
ms\do_win64a
nmake -f ms\ntdll.mak
I