From 7cb89819b5681b72c38ea1957c681243329b93fd Mon Sep 17 00:00:00 2001 From: Sam Roberts Date: Wed, 12 Jun 2019 14:18:51 -0700 Subject: deps: update archs files for OpenSSL-1.1.1c MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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/28211 Reviewed-By: James M Snell Reviewed-By: Ujjwal Sharma Reviewed-By: Shigeki Ohtsu Reviewed-By: Tobias Nießen --- deps/openssl/config/archs/linux-ppc64/asm_avx2/crypto/aes/aesp8-ppc.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deps/openssl/config/archs/linux-ppc64/asm_avx2/crypto/aes/aesp8-ppc.s') diff --git a/deps/openssl/config/archs/linux-ppc64/asm_avx2/crypto/aes/aesp8-ppc.s b/deps/openssl/config/archs/linux-ppc64/asm_avx2/crypto/aes/aesp8-ppc.s index b850d2226d..208d885b40 100644 --- a/deps/openssl/config/archs/linux-ppc64/asm_avx2/crypto/aes/aesp8-ppc.s +++ b/deps/openssl/config/archs/linux-ppc64/asm_avx2/crypto/aes/aesp8-ppc.s @@ -1790,7 +1790,7 @@ _aesp8_ctr32_encrypt8x: .long 0x7E082799 .long 0x7E3A2799 addi 4,4,0x30 - b .Lcbc_dec8x_done + b .Lctr32_enc8x_done .align 5 .Lctr32_enc8x_two: @@ -1802,7 +1802,7 @@ _aesp8_ctr32_encrypt8x: .long 0x7DE02799 .long 0x7E082799 addi 4,4,0x20 - b .Lcbc_dec8x_done + b .Lctr32_enc8x_done .align 5 .Lctr32_enc8x_one: -- cgit v1.2.3