Skip to content

Commit b3f8517

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

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

binding.gyp

+3
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

+3
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

+3
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)