Skip to content

Commit

Permalink
Switching back to openSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
darkdh committed Dec 10, 2016
1 parent 3c14d1d commit 4d6875f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/node/node.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'openssl_no_asm': 1,
'use_openssl_def': 0,
'OPENSSL_PRODUCT': 'libopenssl.a',
'node_use_boringssl': 'true',
'node_use_chromium_v8': 'true',
'node_release_urlbase': '',
'node_byteorder': '<!(node <(DEPTH)/electron/tools/get-endianness.js)',
'node_target_type': 'shared_library',
Expand All @@ -16,7 +16,7 @@
'node_shared_cares': 'false',
'node_shared_http_parser': 'false',
'node_shared_libuv': 'false',
'node_shared_openssl': 'true',
'node_shared_openssl': 'false',
'node_shared_zlib': 'false',
'node_tag': '',
'node_use_dtrace': 'false',
Expand Down

0 comments on commit 4d6875f

Please sign in to comment.