summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorStefan Budeanu <stefan@budeanu.com>2015-11-24 19:17:49 -0500
committerShigeki Ohtsu <ohtsu@iij.ad.jp>2015-12-03 15:34:51 +0900
commit181816ea1629b6bb8419d72a4fbe93df0f094831 (patch)
tree137c242dcd4d94ef7d83dfb4ebcc5c7d01ef341c /.gitignore
parenta40b9cab0ac64436c6750859127062f85445c1e6 (diff)
downloadandroid-node-v8-181816ea1629b6bb8419d72a4fbe93df0f094831.tar.gz
android-node-v8-181816ea1629b6bb8419d72a4fbe93df0f094831.tar.bz2
android-node-v8-181816ea1629b6bb8419d72a4fbe93df0f094831.zip
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 2e6f583bf7..931bf8c024 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,7 @@ ipch/
/config.mk
/config.gypi
+/config_fips.gypi
*-nodegyp*
/gyp-mac-tool
/dist-osx