aboutsummaryrefslogtreecommitdiff
path: root/security/bitwarden-cli/files/node/patch-node.gypi
blob: f6d7711e140daa8d72bfd645ff29d9b471ef6493 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- 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': [