build: add missing `openssl_fips%` to common.gypi
authorFedor Indutny <fedor@indutny.com>
Sun, 27 Mar 2016 00:23:07 +0000 (20:23 -0400)
committerMyles Borins <mborins@us.ibm.com>
Mon, 11 Apr 2016 15:22:45 +0000 (11:22 -0400)
See: atom/node@cba512d493d968afb203e28ed01e8d345fc9c9f4

PR-URL: https://github.com/nodejs/node/pull/5919
Reviewed-By: Johan Bergström <bugs@bergstroem.nu>
common.gypi

index 5b8b2c0..7d7715e 100644 (file)
@@ -14,6 +14,8 @@
     'node_tag%': '',
     'uv_library%': 'static_library',
 
+    'openssl_fips%': '',
+
     # Default to -O0 for debug builds.
     'v8_optimized_debug%': 0,