Skip to content

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

R= @indutny @rvagg

Merge request reports

Loading