From 92e1bd092b2e1d50c2c6a33c47548f7d439ba1cd Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Tue, 22 Mar 2022 12:32:26 -0400 Subject: [PATCH] fix: add openssl_fips to support node 17 --- binding.gyp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/binding.gyp b/binding.gyp index f7c6b6b..edfb2f8 100644 --- a/binding.gyp +++ b/binding.gyp @@ -1,4 +1,7 @@ { + "variables": { + "openssl_fips" : "0" + }, "targets": [ { "target_name": "keyboard-layout-manager",