summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/VC-WIN64A/asm_avx2/openssl.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/archs/VC-WIN64A/asm_avx2/openssl.gypi')
-rw-r--r--deps/openssl/config/archs/VC-WIN64A/asm_avx2/openssl.gypi6
1 files changed, 2 insertions, 4 deletions
diff --git a/deps/openssl/config/archs/VC-WIN64A/asm_avx2/openssl.gypi b/deps/openssl/config/archs/VC-WIN64A/asm_avx2/openssl.gypi
index 062a5e4910..53d15ad06c 100644
--- a/deps/openssl/config/archs/VC-WIN64A/asm_avx2/openssl.gypi
+++ b/deps/openssl/config/archs/VC-WIN64A/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',
@@ -675,12 +677,10 @@
'openssl/engines/e_padlock.c',
],
'openssl_sources_VC-WIN64A': [
- './config/archs/VC-WIN64A/asm_avx2/crypto/aes/aes-x86_64.asm',
'./config/archs/VC-WIN64A/asm_avx2/crypto/aes/aesni-mb-x86_64.asm',
'./config/archs/VC-WIN64A/asm_avx2/crypto/aes/aesni-sha1-x86_64.asm',
'./config/archs/VC-WIN64A/asm_avx2/crypto/aes/aesni-sha256-x86_64.asm',
'./config/archs/VC-WIN64A/asm_avx2/crypto/aes/aesni-x86_64.asm',
- './config/archs/VC-WIN64A/asm_avx2/crypto/aes/bsaes-x86_64.asm',
'./config/archs/VC-WIN64A/asm_avx2/crypto/aes/vpaes-x86_64.asm',
'./config/archs/VC-WIN64A/asm_avx2/crypto/bn/rsaz-avx2.asm',
'./config/archs/VC-WIN64A/asm_avx2/crypto/bn/rsaz-x86_64.asm',
@@ -727,9 +727,7 @@
'KECCAK1600_ASM',
'RC4_ASM',
'MD5_ASM',
- 'AES_ASM',
'VPAES_ASM',
- 'BSAES_ASM',
'GHASH_ASM',
'ECP_NISTZ256_ASM',
'X25519_ASM',