crypto: fix native module compilation with FIPS
authorStefan Budeanu <stefan@budeanu.com>
Wed, 25 Nov 2015 00:17:49 +0000 (19:17 -0500)
committerMyles Borins <mborins@us.ibm.com>
Tue, 19 Jan 2016 19:52:16 +0000 (11:52 -0800)
commitb8e75de1f335dfde0d53833944c65dd4db2027a8
tree63a81e79290b53b885327e2b4e2fee9f97a13c6f
parenta77dcfec064599b1e2f65cdd07d3fc495b1270c2
crypto: fix native module compilation with FIPS

Prevent OpenSSL's fipsld from being used to link native modules
because this requires the original OpenSSL source to be
available after Node's installation.

Fixes: https://github.com/nodejs/node/issues/3815
PR-URL: https://github.com/nodejs/node/pull/4023
Reviewed-By: Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
Reviewed-By: Shigeki Ohtsu <ohtsu@iij.ad.jp>
.gitignore
Makefile
configure
tools/gyp_node.py