node/deps/openssl/doc
Shigeki Ohtsu 83ee07b6be deps: copy all openssl header files to include dir
On upgrading openssl, all symlinks in pulic header files are replaced
with nested include files. The issue was raised that installing them
leads to lost its references to real header files.
To avoid this, all public header files are copied into the
`deps/openssl/openssl/include/openssl/` directory.
As a result, we have duplicated header files under
`deps/openssl/openssl/` but copied files are refereed in build as
specified to include path in openssl.gyp.

Fixes: https://github.com/nodejs/io.js/pull/1975
PR-URL: https://github.com/nodejs/io.js/pull/2016
PORT-PR-URL: https://github.com/nodejs/io.js/pull/2101
PORT-FROM: 1f371e3988
Reviewed-By: Rod Vagg <rod@vagg.org>
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
2015-07-03 15:22:20 -07:00
..
openssl_define_list.pdf deps: add docs to upgrade openssl 2015-04-15 00:39:19 +09:00
UPGRADING.md deps: copy all openssl header files to include dir 2015-07-03 15:22:20 -07:00