Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There are several updates pulled from: nodejs/node#1206 1. Expand the distribution tarball into deps/openssl/openssl 2. replace all headers in openssl change all openssl/include/openssl/*.h to include resolved symbolic links and openssl/crypto/opensslconf.h to refer config/opensslconf.h 3. deps: separate sha256/sha512-x86_64.pl for openssl sha256-x86_64.pl does not exist in the origin openssl distribution. It was copied from sha512-x86_64.pl and both sha256/sha512 scripts were modified so as to generates only one asm file specified as its key hash length. 4. fix openssl assembly error on ia32 win32 `x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and perhaps others) are requiring .686 . 5. remove vpaesni-x86_64.asm in x64-win32-masm It is no longer used. 6. remove unused backup file in openssl asm deps/openssl/asm/x64-win32-masm/x86_64cpuid.asm.orig was accidentally committed before. 7. fix keypress requirement in apps on win32 reapply b910613
- Loading branch information