mirror of
https://github.com/nodejs/node.git
synced 2024-11-30 23:43:09 +01:00
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
|
||
---|---|---|
.. | ||
asm | ||
asm_obsolete | ||
config | ||
doc | ||
fips | ||
openssl | ||
buildinf.h | ||
masm_compile.gypi | ||
openssl-cli.gypi | ||
openssl.gyp | ||
openssl.gypi |