Skip to content

Commit

Permalink
Add openssl_fips variable to gyp bindings (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
cswendrowski authored Mar 20, 2023
1 parent 5ea74ab commit b3f8517
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"variables": {
'openssl_fips': ''
},
"targets": [{
"target_name": "classic_level",
"conditions": [
Expand Down
3 changes: 3 additions & 0 deletions deps/leveldb/leveldb.gyp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"variables": {
'openssl_fips': ''
},
"targets": [{
"target_name": "leveldb",
"variables": {
Expand Down
3 changes: 3 additions & 0 deletions deps/snappy/snappy.gyp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"variables": {
'openssl_fips': ''
},
"targets": [{
"variables": {
"conditions": [
Expand Down

0 comments on commit b3f8517

Please sign in to comment.