summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/linux-ppc64/asm/crypto
diff options
context:
space:
mode:
authorSam Roberts <vieuxtech@gmail.com>2019-06-12 14:18:51 -0700
committerRuben Bridgewater <ruben@bridgewater.de>2019-06-17 11:56:38 +0200
commit7cb89819b5681b72c38ea1957c681243329b93fd (patch)
tree3e7cb6297d4a95e7dc5d47fe8caed47618eada68 /deps/openssl/config/archs/linux-ppc64/asm/crypto
parent4c8fe4a96fddc66a18a33e7d8ae22ea10436ecb8 (diff)
downloadandroid-node-v8-7cb89819b5681b72c38ea1957c681243329b93fd.tar.gz
android-node-v8-7cb89819b5681b72c38ea1957c681243329b93fd.tar.bz2
android-node-v8-7cb89819b5681b72c38ea1957c681243329b93fd.zip
deps: update archs files for OpenSSL-1.1.1c
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 <jasnell@gmail.com> Reviewed-By: Ujjwal Sharma <usharma1998@gmail.com> Reviewed-By: Shigeki Ohtsu <ohtsu@ohtsu.org> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'deps/openssl/config/archs/linux-ppc64/asm/crypto')
-rw-r--r--deps/openssl/config/archs/linux-ppc64/asm/crypto/aes/aesp8-ppc.s4
-rw-r--r--deps/openssl/config/archs/linux-ppc64/asm/crypto/bn/bn-ppc.s1
-rw-r--r--deps/openssl/config/archs/linux-ppc64/asm/crypto/buildinf.h2
-rw-r--r--deps/openssl/config/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h4
4 files changed, 5 insertions, 6 deletions
diff --git a/deps/openssl/config/archs/linux-ppc64/asm/crypto/aes/aesp8-ppc.s b/deps/openssl/config/archs/linux-ppc64/asm/crypto/aes/aesp8-ppc.s
index b850d2226d..208d885b40 100644
--- a/deps/openssl/config/archs/linux-ppc64/asm/crypto/aes/aesp8-ppc.s
+++ b/deps/openssl/config/archs/linux-ppc64/asm/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:
diff --git a/deps/openssl/config/archs/linux-ppc64/asm/crypto/bn/bn-ppc.s b/deps/openssl/config/archs/linux-ppc64/asm/crypto/bn/bn-ppc.s
index 93e5ad6cd5..832d6767dc 100644
--- a/deps/openssl/config/archs/linux-ppc64/asm/crypto/bn/bn-ppc.s
+++ b/deps/openssl/config/archs/linux-ppc64/asm/crypto/bn/bn-ppc.s
@@ -154,6 +154,7 @@ bn_mul_add_words:
.machine "any"
+.text
diff --git a/deps/openssl/config/archs/linux-ppc64/asm/crypto/buildinf.h b/deps/openssl/config/archs/linux-ppc64/asm/crypto/buildinf.h
index 4ebd5b2ad4..75473d6529 100644
--- a/deps/openssl/config/archs/linux-ppc64/asm/crypto/buildinf.h
+++ b/deps/openssl/config/archs/linux-ppc64/asm/crypto/buildinf.h
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: linux-ppc64"
-#define DATE "built on: Thu May 2 20:27:56 2019 UTC"
+#define DATE "built on: Wed Jun 12 20:55:35 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
diff --git a/deps/openssl/config/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h b/deps/openssl/config/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h
index 18f6ac3bff..252266ec2a 100644
--- a/deps/openssl/config/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h
+++ b/deps/openssl/config/archs/linux-ppc64/asm/crypto/include/internal/dso_conf.h
@@ -1,7 +1,7 @@
/* WARNING: do not edit! */
/* Generated by Makefile from crypto/include/internal/dso_conf.h.in */
/*
- * Copyright 2016-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2016-2019 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -11,9 +11,7 @@
#ifndef HEADER_DSO_CONF_H
# define HEADER_DSO_CONF_H
-
# define DSO_DLFCN
# define HAVE_DLFCN_H
# define DSO_EXTENSION ".so"
-
#endif