deps: add x32 and arm64 support for opensslconf.h
authorShigeki Ohtsu <ohtsu@iij.ad.jp>
Fri, 10 Apr 2015 02:24:08 +0000 (11:24 +0900)
committerShigeki Ohtsu <ohtsu@iij.ad.jp>
Tue, 14 Apr 2015 15:38:33 +0000 (00:38 +0900)
commiteb7a23595fc4759003529f214c8508d812293ef2
tree9e516baaf50b1cbe9ea37cd0c8f3e5e38de108f6
parent033a663127885d2954322d18442548842577e6dc
deps: add x32 and arm64 support for opensslconf.h

linux-x32 and linux-aarch64(arm64) are officially supported in
openssl-1.0.2. With this fix opensslconf.h for these new architectures
can be generated by Makefile.

The patch for opensslconf.h of linux-x32 with Makefile was removed.

For the fix of opensslconf.h in WIN32/WIN64, adding defines of
OPENSSL_NO_DYNAMIC_ENGINE and OPENSSL_NO_CAPIENG move to openssl.gypi
so that we no longer need insert a patch with Makefile and removed it.

Fixes: https://github.com/iojs/io.js/issues/589
PR-URL: https://github.com/iojs/io.js/pull/1389
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
deps/openssl/config/Makefile
deps/openssl/config/opensslconf.h