mirror of https://github.com/nodejs/node.git
ff4f16b7dd
This just replaces all sources of openssl-1.0.2e.tar.gz into
deps/openssl/openssl
deps: copy all openssl header files to include dir
All symlink files in `deps/openssl/openssl/include/openssl/`
are removed and replaced with real header files to avoid
issues on Windows. Two files of opensslconf.h in crypto and
include dir are replaced to refer config/opensslconf.h.
deps: fix openssl assembly error on ia32 win32
`x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and
perhaps others) are requiring .686 .
deps: fix asm build error of openssl in x86_win32
See
https://mta.openssl.org/pipermail/openssl-dev/2015-February/000651.html
node needs to stop using masm and move to nasm or yasm on Win32.
openssl: fix keypress requirement in apps on win32
Reapply
|
||
---|---|---|
.. | ||
BSD-x86 | ||
BSD-x86_64 | ||
VC-WIN32 | ||
VC-WIN64A | ||
aix-gcc | ||
aix64-gcc | ||
darwin-i386-cc | ||
darwin64-x86_64-cc | ||
linux-aarch64 | ||
linux-armv4 | ||
linux-elf | ||
linux-ppc | ||
linux-ppc64 | ||
linux-x32 | ||
linux-x86_64 | ||
solaris-x86-gcc | ||
solaris64-x86_64-gcc |