summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/linux-ppc64le
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/archs/linux-ppc64le')
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/asm/configdata.pm43
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/asm/crypto/buildinf.h2
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/asm/crypto/ppccpuid.s132
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/asm/include/progs.h2
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/asm_avx2/configdata.pm43
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h2
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ppccpuid.s132
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/progs.h2
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/no-asm/configdata.pm43
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/no-asm/crypto/buildinf.h2
-rw-r--r--deps/openssl/config/archs/linux-ppc64le/no-asm/include/progs.h2
11 files changed, 363 insertions, 42 deletions
diff --git a/deps/openssl/config/archs/linux-ppc64le/asm/configdata.pm b/deps/openssl/config/archs/linux-ppc64le/asm/configdata.pm
index 4f0996339f..735baeba74 100644
--- a/deps/openssl/config/archs/linux-ppc64le/asm/configdata.pm
+++ b/deps/openssl/config/archs/linux-ppc64le/asm/configdata.pm
@@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "linux-ppc64le",
tdirs => [ "ossl_shim" ],
- version => "1.1.1a",
- version_num => "0x1010101fL",
+ version => "1.1.1b",
+ version_num => "0x1010102fL",
);
our %target = (
@@ -263,6 +263,7 @@ our @disablables = (
"msan",
"multiblock",
"nextprotoneg",
+ "pinshared",
"ocb",
"ocsp",
"pic",
@@ -787,6 +788,11 @@ our %unified_info = (
"libcrypto",
"test/libtestutil.a",
],
+ "test/bio_memleak_test" =>
+ [
+ "libcrypto",
+ "test/libtestutil.a",
+ ],
"test/bioprinttest" =>
[
"libcrypto",
@@ -1270,6 +1276,11 @@ our %unified_info = (
"libssl",
"test/libtestutil.a",
],
+ "test/ec_internal_test" =>
+ [
+ "libcrypto.a",
+ "test/libtestutil.a",
+ ],
"test/ecdsatest" =>
[
"libcrypto",
@@ -9349,6 +9360,10 @@ our %unified_info = (
[
"include",
],
+ "test/bio_memleak_test.o" =>
+ [
+ "include",
+ ],
"test/bioprinttest.o" =>
[
"include",
@@ -9745,6 +9760,12 @@ our %unified_info = (
[
"include",
],
+ "test/ec_internal_test.o" =>
+ [
+ "include",
+ "crypto/ec",
+ "crypto/include",
+ ],
"test/ecdsatest.o" =>
[
"include",
@@ -10152,6 +10173,7 @@ our %unified_info = (
"test/bftest",
"test/bio_callback_test",
"test/bio_enc_test",
+ "test/bio_memleak_test",
"test/bioprinttest",
"test/bntest",
"test/buildtest_aes",
@@ -10247,6 +10269,7 @@ our %unified_info = (
"test/dtls_mtu_test",
"test/dtlstest",
"test/dtlsv1listentest",
+ "test/ec_internal_test",
"test/ecdsatest",
"test/ecstresstest",
"test/ectest",
@@ -14338,6 +14361,14 @@ our %unified_info = (
[
"test/bio_enc_test.c",
],
+ "test/bio_memleak_test" =>
+ [
+ "test/bio_memleak_test.o",
+ ],
+ "test/bio_memleak_test.o" =>
+ [
+ "test/bio_memleak_test.c",
+ ],
"test/bioprinttest" =>
[
"test/bioprinttest.o",
@@ -15105,6 +15136,14 @@ our %unified_info = (
[
"test/dtlsv1listentest.c",
],
+ "test/ec_internal_test" =>
+ [
+ "test/ec_internal_test.o",
+ ],
+ "test/ec_internal_test.o" =>
+ [
+ "test/ec_internal_test.c",
+ ],
"test/ecdsatest" =>
[
"test/ecdsatest.o",
diff --git a/deps/openssl/config/archs/linux-ppc64le/asm/crypto/buildinf.h b/deps/openssl/config/archs/linux-ppc64le/asm/crypto/buildinf.h
index 3de943eaeb..7faa6cd425 100644
--- a/deps/openssl/config/archs/linux-ppc64le/asm/crypto/buildinf.h
+++ b/deps/openssl/config/archs/linux-ppc64le/asm/crypto/buildinf.h
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: linux-ppc64le"
-#define DATE "built on: Thu Nov 22 19:35:03 2018 UTC"
+#define DATE "built on: Tue Feb 26 19:53:45 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
diff --git a/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ppccpuid.s b/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ppccpuid.s
index 6123196c1b..433ab50d5e 100644
--- a/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ppccpuid.s
+++ b/deps/openssl/config/archs/linux-ppc64le/asm/crypto/ppccpuid.s
@@ -117,17 +117,29 @@ OPENSSL_atomic_add:
.long 0
.size OPENSSL_atomic_add,.-OPENSSL_atomic_add
-.globl OPENSSL_rdtsc
-.type OPENSSL_rdtsc,@function
+.globl OPENSSL_rdtsc_mftb
+.type OPENSSL_rdtsc_mftb,@function
.align 4
-OPENSSL_rdtsc:
-.localentry OPENSSL_rdtsc,0
+OPENSSL_rdtsc_mftb:
+.localentry OPENSSL_rdtsc_mftb,0
mftb 3
blr
.long 0
.byte 0,12,0x14,0,0,0,0,0
-.size OPENSSL_rdtsc,.-OPENSSL_rdtsc
+.size OPENSSL_rdtsc_mftb,.-OPENSSL_rdtsc_mftb
+
+.globl OPENSSL_rdtsc_mfspr268
+.type OPENSSL_rdtsc_mfspr268,@function
+.align 4
+OPENSSL_rdtsc_mfspr268:
+.localentry OPENSSL_rdtsc_mfspr268,0
+
+ mfspr 3,268
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.size OPENSSL_rdtsc_mfspr268,.-OPENSSL_rdtsc_mfspr268
.globl OPENSSL_cleanse
.type OPENSSL_cleanse,@function
@@ -193,11 +205,11 @@ CRYPTO_memcmp:
.byte 0,12,0x14,0,0,0,3,0
.long 0
.size CRYPTO_memcmp,.-CRYPTO_memcmp
-.globl OPENSSL_instrument_bus
-.type OPENSSL_instrument_bus,@function
+.globl OPENSSL_instrument_bus_mftb
+.type OPENSSL_instrument_bus_mftb,@function
.align 4
-OPENSSL_instrument_bus:
-.localentry OPENSSL_instrument_bus,0
+OPENSSL_instrument_bus_mftb:
+.localentry OPENSSL_instrument_bus_mftb,0
mtctr 4
@@ -226,13 +238,13 @@ OPENSSL_instrument_bus:
.long 0
.byte 0,12,0x14,0,0,0,2,0
.long 0
-.size OPENSSL_instrument_bus,.-OPENSSL_instrument_bus
+.size OPENSSL_instrument_bus_mftb,.-OPENSSL_instrument_bus_mftb
-.globl OPENSSL_instrument_bus2
-.type OPENSSL_instrument_bus2,@function
+.globl OPENSSL_instrument_bus2_mftb
+.type OPENSSL_instrument_bus2_mftb,@function
.align 4
-OPENSSL_instrument_bus2:
-.localentry OPENSSL_instrument_bus2,0
+OPENSSL_instrument_bus2_mftb:
+.localentry OPENSSL_instrument_bus2_mftb,0
mr 0,4
slwi 4,4,2
@@ -281,4 +293,94 @@ OPENSSL_instrument_bus2:
.long 0
.byte 0,12,0x14,0,0,0,3,0
.long 0
-.size OPENSSL_instrument_bus2,.-OPENSSL_instrument_bus2
+.size OPENSSL_instrument_bus2_mftb,.-OPENSSL_instrument_bus2_mftb
+
+.globl OPENSSL_instrument_bus_mfspr268
+.type OPENSSL_instrument_bus_mfspr268,@function
+.align 4
+OPENSSL_instrument_bus_mfspr268:
+.localentry OPENSSL_instrument_bus_mfspr268,0
+
+ mtctr 4
+
+ mfspr 7,268
+ li 8,0
+
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+
+.Loop3: mfspr 6,268
+ sub 8,6,7
+ mr 7,6
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+ addi 3,3,4
+ bdnz .Loop3
+
+ mr 3,4
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+.long 0
+.size OPENSSL_instrument_bus_mfspr268,.-OPENSSL_instrument_bus_mfspr268
+
+.globl OPENSSL_instrument_bus2_mfspr268
+.type OPENSSL_instrument_bus2_mfspr268,@function
+.align 4
+OPENSSL_instrument_bus2_mfspr268:
+.localentry OPENSSL_instrument_bus2_mfspr268,0
+
+ mr 0,4
+ slwi 4,4,2
+
+ mfspr 7,268
+ li 8,0
+
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+
+ mfspr 6,268
+ sub 8,6,7
+ mr 7,6
+ mr 9,8
+.Loop4:
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+
+ addic. 5,5,-1
+ beq .Ldone4
+
+ mfspr 6,268
+ sub 8,6,7
+ mr 7,6
+ cmplw 7,8,9
+ mr 9,8
+
+ mfcr 6
+ not 6,6
+ rlwinm 6,6,1,29,29
+
+ sub. 4,4,6
+ add 3,3,6
+ bne .Loop4
+
+.Ldone4:
+ srwi 4,4,2
+ sub 3,0,4
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
+.size OPENSSL_instrument_bus2_mfspr268,.-OPENSSL_instrument_bus2_mfspr268
diff --git a/deps/openssl/config/archs/linux-ppc64le/asm/include/progs.h b/deps/openssl/config/archs/linux-ppc64le/asm/include/progs.h
index 0d382187ba..9b3d270e20 100644
--- a/deps/openssl/config/archs/linux-ppc64le/asm/include/progs.h
+++ b/deps/openssl/config/archs/linux-ppc64le/asm/include/progs.h
@@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by apps/progs.pl
*
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
diff --git a/deps/openssl/config/archs/linux-ppc64le/asm_avx2/configdata.pm b/deps/openssl/config/archs/linux-ppc64le/asm_avx2/configdata.pm
index ab64173056..aebd3399e0 100644
--- a/deps/openssl/config/archs/linux-ppc64le/asm_avx2/configdata.pm
+++ b/deps/openssl/config/archs/linux-ppc64le/asm_avx2/configdata.pm
@@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "linux-ppc64le",
tdirs => [ "ossl_shim" ],
- version => "1.1.1a",
- version_num => "0x1010101fL",
+ version => "1.1.1b",
+ version_num => "0x1010102fL",
);
our %target = (
@@ -263,6 +263,7 @@ our @disablables = (
"msan",
"multiblock",
"nextprotoneg",
+ "pinshared",
"ocb",
"ocsp",
"pic",
@@ -787,6 +788,11 @@ our %unified_info = (
"libcrypto",
"test/libtestutil.a",
],
+ "test/bio_memleak_test" =>
+ [
+ "libcrypto",
+ "test/libtestutil.a",
+ ],
"test/bioprinttest" =>
[
"libcrypto",
@@ -1270,6 +1276,11 @@ our %unified_info = (
"libssl",
"test/libtestutil.a",
],
+ "test/ec_internal_test" =>
+ [
+ "libcrypto.a",
+ "test/libtestutil.a",
+ ],
"test/ecdsatest" =>
[
"libcrypto",
@@ -9349,6 +9360,10 @@ our %unified_info = (
[
"include",
],
+ "test/bio_memleak_test.o" =>
+ [
+ "include",
+ ],
"test/bioprinttest.o" =>
[
"include",
@@ -9745,6 +9760,12 @@ our %unified_info = (
[
"include",
],
+ "test/ec_internal_test.o" =>
+ [
+ "include",
+ "crypto/ec",
+ "crypto/include",
+ ],
"test/ecdsatest.o" =>
[
"include",
@@ -10152,6 +10173,7 @@ our %unified_info = (
"test/bftest",
"test/bio_callback_test",
"test/bio_enc_test",
+ "test/bio_memleak_test",
"test/bioprinttest",
"test/bntest",
"test/buildtest_aes",
@@ -10247,6 +10269,7 @@ our %unified_info = (
"test/dtls_mtu_test",
"test/dtlstest",
"test/dtlsv1listentest",
+ "test/ec_internal_test",
"test/ecdsatest",
"test/ecstresstest",
"test/ectest",
@@ -14338,6 +14361,14 @@ our %unified_info = (
[
"test/bio_enc_test.c",
],
+ "test/bio_memleak_test" =>
+ [
+ "test/bio_memleak_test.o",
+ ],
+ "test/bio_memleak_test.o" =>
+ [
+ "test/bio_memleak_test.c",
+ ],
"test/bioprinttest" =>
[
"test/bioprinttest.o",
@@ -15105,6 +15136,14 @@ our %unified_info = (
[
"test/dtlsv1listentest.c",
],
+ "test/ec_internal_test" =>
+ [
+ "test/ec_internal_test.o",
+ ],
+ "test/ec_internal_test.o" =>
+ [
+ "test/ec_internal_test.c",
+ ],
"test/ecdsatest" =>
[
"test/ecdsatest.o",
diff --git a/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h b/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
index 77d99f3a6e..8fd1e4f169 100644
--- a/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
+++ b/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: linux-ppc64le"
-#define DATE "built on: Thu Nov 22 19:35:07 2018 UTC"
+#define DATE "built on: Tue Feb 26 19:54:01 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
diff --git a/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ppccpuid.s b/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ppccpuid.s
index 6123196c1b..433ab50d5e 100644
--- a/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ppccpuid.s
+++ b/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/ppccpuid.s
@@ -117,17 +117,29 @@ OPENSSL_atomic_add:
.long 0
.size OPENSSL_atomic_add,.-OPENSSL_atomic_add
-.globl OPENSSL_rdtsc
-.type OPENSSL_rdtsc,@function
+.globl OPENSSL_rdtsc_mftb
+.type OPENSSL_rdtsc_mftb,@function
.align 4
-OPENSSL_rdtsc:
-.localentry OPENSSL_rdtsc,0
+OPENSSL_rdtsc_mftb:
+.localentry OPENSSL_rdtsc_mftb,0
mftb 3
blr
.long 0
.byte 0,12,0x14,0,0,0,0,0
-.size OPENSSL_rdtsc,.-OPENSSL_rdtsc
+.size OPENSSL_rdtsc_mftb,.-OPENSSL_rdtsc_mftb
+
+.globl OPENSSL_rdtsc_mfspr268
+.type OPENSSL_rdtsc_mfspr268,@function
+.align 4
+OPENSSL_rdtsc_mfspr268:
+.localentry OPENSSL_rdtsc_mfspr268,0
+
+ mfspr 3,268
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,0,0
+.size OPENSSL_rdtsc_mfspr268,.-OPENSSL_rdtsc_mfspr268
.globl OPENSSL_cleanse
.type OPENSSL_cleanse,@function
@@ -193,11 +205,11 @@ CRYPTO_memcmp:
.byte 0,12,0x14,0,0,0,3,0
.long 0
.size CRYPTO_memcmp,.-CRYPTO_memcmp
-.globl OPENSSL_instrument_bus
-.type OPENSSL_instrument_bus,@function
+.globl OPENSSL_instrument_bus_mftb
+.type OPENSSL_instrument_bus_mftb,@function
.align 4
-OPENSSL_instrument_bus:
-.localentry OPENSSL_instrument_bus,0
+OPENSSL_instrument_bus_mftb:
+.localentry OPENSSL_instrument_bus_mftb,0
mtctr 4
@@ -226,13 +238,13 @@ OPENSSL_instrument_bus:
.long 0
.byte 0,12,0x14,0,0,0,2,0
.long 0
-.size OPENSSL_instrument_bus,.-OPENSSL_instrument_bus
+.size OPENSSL_instrument_bus_mftb,.-OPENSSL_instrument_bus_mftb
-.globl OPENSSL_instrument_bus2
-.type OPENSSL_instrument_bus2,@function
+.globl OPENSSL_instrument_bus2_mftb
+.type OPENSSL_instrument_bus2_mftb,@function
.align 4
-OPENSSL_instrument_bus2:
-.localentry OPENSSL_instrument_bus2,0
+OPENSSL_instrument_bus2_mftb:
+.localentry OPENSSL_instrument_bus2_mftb,0
mr 0,4
slwi 4,4,2
@@ -281,4 +293,94 @@ OPENSSL_instrument_bus2:
.long 0
.byte 0,12,0x14,0,0,0,3,0
.long 0
-.size OPENSSL_instrument_bus2,.-OPENSSL_instrument_bus2
+.size OPENSSL_instrument_bus2_mftb,.-OPENSSL_instrument_bus2_mftb
+
+.globl OPENSSL_instrument_bus_mfspr268
+.type OPENSSL_instrument_bus_mfspr268,@function
+.align 4
+OPENSSL_instrument_bus_mfspr268:
+.localentry OPENSSL_instrument_bus_mfspr268,0
+
+ mtctr 4
+
+ mfspr 7,268
+ li 8,0
+
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+
+.Loop3: mfspr 6,268
+ sub 8,6,7
+ mr 7,6
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+ addi 3,3,4
+ bdnz .Loop3
+
+ mr 3,4
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,2,0
+.long 0
+.size OPENSSL_instrument_bus_mfspr268,.-OPENSSL_instrument_bus_mfspr268
+
+.globl OPENSSL_instrument_bus2_mfspr268
+.type OPENSSL_instrument_bus2_mfspr268,@function
+.align 4
+OPENSSL_instrument_bus2_mfspr268:
+.localentry OPENSSL_instrument_bus2_mfspr268,0
+
+ mr 0,4
+ slwi 4,4,2
+
+ mfspr 7,268
+ li 8,0
+
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+
+ mfspr 6,268
+ sub 8,6,7
+ mr 7,6
+ mr 9,8
+.Loop4:
+ dcbf 0,3
+ lwarx 6,0,3
+ add 6,6,8
+ stwcx. 6,0,3
+ stwx 6,0,3
+
+ addic. 5,5,-1
+ beq .Ldone4
+
+ mfspr 6,268
+ sub 8,6,7
+ mr 7,6
+ cmplw 7,8,9
+ mr 9,8
+
+ mfcr 6
+ not 6,6
+ rlwinm 6,6,1,29,29
+
+ sub. 4,4,6
+ add 3,3,6
+ bne .Loop4
+
+.Ldone4:
+ srwi 4,4,2
+ sub 3,0,4
+ blr
+.long 0
+.byte 0,12,0x14,0,0,0,3,0
+.long 0
+.size OPENSSL_instrument_bus2_mfspr268,.-OPENSSL_instrument_bus2_mfspr268
diff --git a/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/progs.h b/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/progs.h
index 0d382187ba..9b3d270e20 100644
--- a/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/progs.h
+++ b/deps/openssl/config/archs/linux-ppc64le/asm_avx2/include/progs.h
@@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by apps/progs.pl
*
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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
diff --git a/deps/openssl/config/archs/linux-ppc64le/no-asm/configdata.pm b/deps/openssl/config/archs/linux-ppc64le/no-asm/configdata.pm
index 6ce2faedc9..acfd78784d 100644
--- a/deps/openssl/config/archs/linux-ppc64le/no-asm/configdata.pm
+++ b/deps/openssl/config/archs/linux-ppc64le/no-asm/configdata.pm
@@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "linux-ppc64le",
tdirs => [ "ossl_shim" ],
- version => "1.1.1a",
- version_num => "0x1010101fL",
+ version => "1.1.1b",
+ version_num => "0x1010102fL",
);
our %target = (
@@ -261,6 +261,7 @@ our @disablables = (
"msan",
"multiblock",
"nextprotoneg",
+ "pinshared",
"ocb",
"ocsp",
"pic",
@@ -786,6 +787,11 @@ our %unified_info = (
"libcrypto",
"test/libtestutil.a",
],
+ "test/bio_memleak_test" =>
+ [
+ "libcrypto",
+ "test/libtestutil.a",
+ ],
"test/bioprinttest" =>
[
"libcrypto",
@@ -1269,6 +1275,11 @@ our %unified_info = (
"libssl",
"test/libtestutil.a",
],
+ "test/ec_internal_test" =>
+ [
+ "libcrypto.a",
+ "test/libtestutil.a",
+ ],
"test/ecdsatest" =>
[
"libcrypto",
@@ -9236,6 +9247,10 @@ our %unified_info = (
[
"include",
],
+ "test/bio_memleak_test.o" =>
+ [
+ "include",
+ ],
"test/bioprinttest.o" =>
[
"include",
@@ -9632,6 +9647,12 @@ our %unified_info = (
[
"include",
],
+ "test/ec_internal_test.o" =>
+ [
+ "include",
+ "crypto/ec",
+ "crypto/include",
+ ],
"test/ecdsatest.o" =>
[
"include",
@@ -10039,6 +10060,7 @@ our %unified_info = (
"test/bftest",
"test/bio_callback_test",
"test/bio_enc_test",
+ "test/bio_memleak_test",
"test/bioprinttest",
"test/bntest",
"test/buildtest_aes",
@@ -10134,6 +10156,7 @@ our %unified_info = (
"test/dtls_mtu_test",
"test/dtlstest",
"test/dtlsv1listentest",
+ "test/ec_internal_test",
"test/ecdsatest",
"test/ecstresstest",
"test/ectest",
@@ -14145,6 +14168,14 @@ our %unified_info = (
[
"test/bio_enc_test.c",
],
+ "test/bio_memleak_test" =>
+ [
+ "test/bio_memleak_test.o",
+ ],
+ "test/bio_memleak_test.o" =>
+ [
+ "test/bio_memleak_test.c",
+ ],
"test/bioprinttest" =>
[
"test/bioprinttest.o",
@@ -14912,6 +14943,14 @@ our %unified_info = (
[
"test/dtlsv1listentest.c",
],
+ "test/ec_internal_test" =>
+ [
+ "test/ec_internal_test.o",
+ ],
+ "test/ec_internal_test.o" =>
+ [
+ "test/ec_internal_test.c",
+ ],
"test/ecdsatest" =>
[
"test/ecdsatest.o",
diff --git a/deps/openssl/config/archs/linux-ppc64le/no-asm/crypto/buildinf.h b/deps/openssl/config/archs/linux-ppc64le/no-asm/crypto/buildinf.h
index b2937a8cad..5a868acde0 100644
--- a/deps/openssl/config/archs/linux-ppc64le/no-asm/crypto/buildinf.h
+++ b/deps/openssl/config/archs/linux-ppc64le/no-asm/crypto/buildinf.h
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: linux-ppc64le"
-#define DATE "built on: Thu Nov 22 19:35:11 2018 UTC"
+#define DATE "built on: Tue Feb 26 19:54:15 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
diff --git a/deps/openssl/config/archs/linux-ppc64le/no-asm/include/progs.h b/deps/openssl/config/archs/linux-ppc64le/no-asm/include/progs.h
index 0d382187ba..9b3d270e20 100644
--- a/deps/openssl/config/archs/linux-ppc64le/no-asm/include/progs.h
+++ b/deps/openssl/config/archs/linux-ppc64le/no-asm/include/progs.h
@@ -2,7 +2,7 @@
* WARNING: do not edit!
* Generated by apps/progs.pl
*
- * Copyright 1995-2018 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 1995-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