summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-09-13 09:16:08 -0700
committerSam Roberts <vieuxtech@gmail.com>2019-10-01 11:11:13 -0700
commit1ca1e0163e62cd9df771a6f0809e30a3382c54b6 (patch)
tree12fbbade02d802388552060d6849fb80b5c07cb6 /deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi
parent17d1d164418552089fcd72568e97a88b17ec1d21 (diff)
downloadandroid-node-v8-1ca1e0163e62cd9df771a6f0809e30a3382c54b6.tar.gz
android-node-v8-1ca1e0163e62cd9df771a6f0809e30a3382c54b6.tar.bz2
android-node-v8-1ca1e0163e62cd9df771a6f0809e30a3382c54b6.zip
deps: update archs files for OpenSSL-1.1.1
After an OpenSSL source update, all the config files need to be regenerated and comitted by: $ cd deps/openssl/config $ make $ git add deps/openssl/config/archs $ git add deps/openssl/openssl/crypto/include/internal/bn_conf.h $ git add deps/openssl/openssl/crypto/include/internal/dso_conf.h $ git add deps/openssl/openssl/include/openssl/opensslconf.h $ git commit PR-URL: https://github.com/nodejs/node/pull/29550 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net>
Diffstat (limited to 'deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi')
-rw-r--r--deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi b/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi
index 71532ed4ab..2e4804695f 100644
--- a/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi
+++ b/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/openssl.gypi
@@ -45,7 +45,9 @@
'openssl/ssl/t1_trce.c',
'openssl/ssl/tls13_enc.c',
'openssl/ssl/tls_srp.c',
+ 'openssl/crypto/aes/aes_cbc.c',
'openssl/crypto/aes/aes_cfb.c',
+ 'openssl/crypto/aes/aes_core.c',
'openssl/crypto/aes/aes_ecb.c',
'openssl/crypto/aes/aes_ige.c',
'openssl/crypto/aes/aes_misc.c',
@@ -671,7 +673,6 @@
'openssl/engines/e_padlock.c',
],
'openssl_sources_solaris-x86-gcc': [
- './config/archs/solaris-x86-gcc/asm_avx2/crypto/aes/aes-586.s',
'./config/archs/solaris-x86-gcc/asm_avx2/crypto/aes/aesni-x86.s',
'./config/archs/solaris-x86-gcc/asm_avx2/crypto/aes/vpaes-x86.s',
'./config/archs/solaris-x86-gcc/asm_avx2/crypto/bf/bf-586.s',
@@ -712,7 +713,6 @@
'RC4_ASM',
'MD5_ASM',
'RMD160_ASM',
- 'AES_ASM',
'VPAES_ASM',
'WHIRLPOOL_ASM',
'GHASH_ASM',