Changelog: https://github.com/bitwarden/clients/releases/tag/cli-v2025.8.0 Reported by: GitHub (watch releases)
13 lines
402 B
Python
13 lines
402 B
Python
--- node.gypi.orig 2025-05-14 12:21:16 UTC
|
|
+++ node.gypi
|
|
@@ -379,6 +379,9 @@
|
|
[ 'node_use_openssl=="true"', {
|
|
'defines': [ 'HAVE_OPENSSL=1' ],
|
|
'conditions': [
|
|
+ ['openssl_no_asm==1', {
|
|
+ 'defines': [ 'OPENSSL_NO_ASM' ],
|
|
+ }],
|
|
[ 'node_shared_openssl=="false"', {
|
|
'defines': [ 'OPENSSL_API_COMPAT=0x10100000L', ],
|
|
'dependencies': [
|