summaryrefslogtreecommitdiff
path: root/deps/openssl/openssl_common.gypi
diff options
context:
space:
mode:
authorShigeki Ohtsu <ohtsu@ohtsu.org>2018-05-05 23:49:07 +0900
committerSam Roberts <vieuxtech@gmail.com>2019-01-22 13:33:03 -0800
commit1c5b8e5e24b5fa4d14ba391c9cedc4c88fd02421 (patch)
tree8a6febc73f035cf55fd5b74b997654900dcff46b /deps/openssl/openssl_common.gypi
parent4231ad04f0b2aee5bda6be94715d4b70badaac8b (diff)
downloadandroid-node-v8-1c5b8e5e24b5fa4d14ba391c9cedc4c88fd02421.tar.gz
android-node-v8-1c5b8e5e24b5fa4d14ba391c9cedc4c88fd02421.tar.bz2
android-node-v8-1c5b8e5e24b5fa4d14ba391c9cedc4c88fd02421.zip
deps: fix gyp/gypi for openssl-1.1.1
Some of defines and cppflags in the build config of OpenSSL-1.1.1 were moved to new attributes. Gyp and gypi file generations are needed to be fixed to include them. PR-URL: https://github.com/nodejs/node/pull/25381 Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org>
Diffstat (limited to 'deps/openssl/openssl_common.gypi')
-rw-r--r--deps/openssl/openssl_common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/openssl/openssl_common.gypi b/deps/openssl/openssl_common.gypi
index 252570006a..75002e87c2 100644
--- a/deps/openssl/openssl_common.gypi
+++ b/deps/openssl/openssl_common.gypi
@@ -5,6 +5,8 @@
'openssl/crypto/',
'openssl/crypto/include/',
'openssl/crypto/modes/',
+ 'openssl/crypto/ec/curve448',
+ 'openssl/crypto/ec/curve448/arch_32',
'config/',
],
# build options specific to OS