From 68ff2afd9c5e8fce7d152feba0ddc93221feba6c Mon Sep 17 00:00:00 2001 From: Sleeyax Date: Sat, 20 Aug 2022 15:32:50 +0200 Subject: [PATCH] Set openssl_fips variable (closes #53) --- binding.gyp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binding.gyp b/binding.gyp index 94805a2..e8580ac 100644 --- a/binding.gyp +++ b/binding.gyp @@ -1,6 +1,7 @@ { "variables": { - "module_path": "./build" + "module_path": "./build", + "openssl_fips": "", }, 'target_defaults': { 'defines': [