Skip to content

Commit b3f8517

Browse files
authored
Add openssl_fips variable to gyp bindings (#72)
1 parent 5ea74ab commit b3f8517

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

binding.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"variables": {
3+
'openssl_fips': ''
4+
},
25
"targets": [{
36
"target_name": "classic_level",
47
"conditions": [

deps/leveldb/leveldb.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"variables": {
3+
'openssl_fips': ''
4+
},
25
"targets": [{
36
"target_name": "leveldb",
47
"variables": {

deps/snappy/snappy.gyp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"variables": {
3+
'openssl_fips': ''
4+
},
25
"targets": [{
36
"variables": {
47
"conditions": [

0 commit comments

Comments
 (0)