summaryrefslogtreecommitdiff
path: root/deps/openssl/config/archs/darwin-i386-cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/openssl/config/archs/darwin-i386-cc')
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/asm/configdata.pm56
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/asm/crypto/buildinf.h17
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/asm/openssl-cl.gypi1
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/asm/openssl.gypi4
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/asm_avx2/configdata.pm56
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h17
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl-cl.gypi1
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl.gypi4
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/no-asm/configdata.pm18
-rw-r--r--deps/openssl/config/archs/darwin-i386-cc/no-asm/crypto/buildinf.h2
10 files changed, 107 insertions, 69 deletions
diff --git a/deps/openssl/config/archs/darwin-i386-cc/asm/configdata.pm b/deps/openssl/config/archs/darwin-i386-cc/asm/configdata.pm
index bb042f080a..d9ceb02bb7 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/asm/configdata.pm
+++ b/deps/openssl/config/archs/darwin-i386-cc/asm/configdata.pm
@@ -48,7 +48,7 @@ our %config = (
export_var_as_fn => "0",
includes => [ ],
lflags => [ ],
- lib_defines => [ "OPENSSL_PIC", "OPENSSL_CPUID_OBJ", "OPENSSL_BN_ASM_PART_WORDS", "OPENSSL_IA32_SSE2", "OPENSSL_BN_ASM_MONT", "OPENSSL_BN_ASM_GF2m", "SHA1_ASM", "SHA256_ASM", "SHA512_ASM", "RC4_ASM", "MD5_ASM", "RMD160_ASM", "AES_ASM", "VPAES_ASM", "WHIRLPOOL_ASM", "GHASH_ASM", "ECP_NISTZ256_ASM", "POLY1305_ASM" ],
+ lib_defines => [ "OPENSSL_PIC", "OPENSSL_CPUID_OBJ", "OPENSSL_BN_ASM_PART_WORDS", "OPENSSL_IA32_SSE2", "OPENSSL_BN_ASM_MONT", "OPENSSL_BN_ASM_GF2m", "SHA1_ASM", "SHA256_ASM", "SHA512_ASM", "RC4_ASM", "MD5_ASM", "RMD160_ASM", "VPAES_ASM", "WHIRLPOOL_ASM", "GHASH_ASM", "ECP_NISTZ256_ASM", "POLY1305_ASM" ],
libdir => "",
major => "1",
makedepprog => "\$(CROSS_COMPILE)gcc",
@@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "darwin-i386-cc",
tdirs => [ "ossl_shim" ],
- version => "1.1.1c",
- version_num => "0x1010103fL",
+ version => "1.1.1d",
+ version_num => "0x1010104fL",
);
our %target = (
@@ -124,8 +124,8 @@ our %target = (
RANLIB => "ranlib -c",
RC => "windres",
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
- aes_asm_src => "aes-586.s vpaes-x86.s aesni-x86.s",
- aes_obj => "aes-586.o vpaes-x86.o aesni-x86.o",
+ aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
+ aes_obj => "aes_core.o aes_cbc.o vpaes-x86.o aesni-x86.o",
apps_aux_src => "",
apps_init_src => "",
apps_obj => "",
@@ -1684,8 +1684,9 @@ our %unified_info = (
{
"deps" =>
[
- "crypto/aes/aes-586.o",
+ "crypto/aes/aes_cbc.o",
"crypto/aes/aes_cfb.o",
+ "crypto/aes/aes_core.o",
"crypto/aes/aes_ecb.o",
"crypto/aes/aes_ige.o",
"crypto/aes/aes_misc.o",
@@ -3226,6 +3227,7 @@ our %unified_info = (
"test/testutil/init.o",
"test/testutil/main.o",
"test/testutil/output_helpers.o",
+ "test/testutil/random.o",
"test/testutil/stanza.o",
"test/testutil/tap_bio.o",
"test/testutil/test_cleanup.o",
@@ -4839,12 +4841,6 @@ our %unified_info = (
"include",
"apps",
],
- "crypto/aes/aes-586.o" =>
- [
- ".",
- "crypto/include",
- "include",
- ],
"crypto/aes/aes-armv4.o" =>
[
"crypto",
@@ -4861,12 +4857,24 @@ our %unified_info = (
[
"crypto",
],
+ "crypto/aes/aes_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
"crypto/aes/aes_cfb.o" =>
[
".",
"crypto/include",
"include",
],
+ "crypto/aes/aes_core.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
"crypto/aes/aes_ecb.o" =>
[
".",
@@ -7845,10 +7853,6 @@ our %unified_info = (
[
"crypto",
],
- "crypto/poly1305/poly1305-s390x.o" =>
- [
- "crypto",
- ],
"crypto/poly1305/poly1305-sparcv9.o" =>
[
"crypto",
@@ -9983,6 +9987,10 @@ our %unified_info = (
[
"include",
],
+ "test/testutil/random.o" =>
+ [
+ "include",
+ ],
"test/testutil/stanza.o" =>
[
"include",
@@ -10616,14 +10624,18 @@ our %unified_info = (
[
"apps/x509.c",
],
- "crypto/aes/aes-586.o" =>
+ "crypto/aes/aes_cbc.o" =>
[
- "crypto/aes/aes-586.s",
+ "crypto/aes/aes_cbc.c",
],
"crypto/aes/aes_cfb.o" =>
[
"crypto/aes/aes_cfb.c",
],
+ "crypto/aes/aes_core.o" =>
+ [
+ "crypto/aes/aes_core.c",
+ ],
"crypto/aes/aes_ecb.o" =>
[
"crypto/aes/aes_ecb.c",
@@ -13313,8 +13325,9 @@ our %unified_info = (
],
"libcrypto" =>
[
- "crypto/aes/aes-586.o",
+ "crypto/aes/aes_cbc.o",
"crypto/aes/aes_cfb.o",
+ "crypto/aes/aes_core.o",
"crypto/aes/aes_ecb.o",
"crypto/aes/aes_ige.o",
"crypto/aes/aes_misc.o",
@@ -15216,6 +15229,7 @@ our %unified_info = (
"test/testutil/init.o",
"test/testutil/main.o",
"test/testutil/output_helpers.o",
+ "test/testutil/random.o",
"test/testutil/stanza.o",
"test/testutil/tap_bio.o",
"test/testutil/test_cleanup.o",
@@ -15561,6 +15575,10 @@ our %unified_info = (
[
"test/testutil/output_helpers.c",
],
+ "test/testutil/random.o" =>
+ [
+ "test/testutil/random.c",
+ ],
"test/testutil/stanza.o" =>
[
"test/testutil/stanza.c",
diff --git a/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/buildinf.h b/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/buildinf.h
index 02b60782aa..abd541341f 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/buildinf.h
+++ b/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/buildinf.h
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: darwin-i386-cc"
-#define DATE "built on: Wed Jun 12 20:54:07 2019 UTC"
+#define DATE "built on: Fri Sep 13 15:58:40 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
@@ -36,12 +36,11 @@ static const char compiler_flags[] = {
'S','H','A','2','5','6','_','A','S','M',' ','-','D','S','H','A',
'5','1','2','_','A','S','M',' ','-','D','R','C','4','_','A','S',
'M',' ','-','D','M','D','5','_','A','S','M',' ','-','D','R','M',
- 'D','1','6','0','_','A','S','M',' ','-','D','A','E','S','_','A',
- 'S','M',' ','-','D','V','P','A','E','S','_','A','S','M',' ','-',
- 'D','W','H','I','R','L','P','O','O','L','_','A','S','M',' ','-',
- 'D','G','H','A','S','H','_','A','S','M',' ','-','D','E','C','P',
- '_','N','I','S','T','Z','2','5','6','_','A','S','M',' ','-','D',
- 'P','O','L','Y','1','3','0','5','_','A','S','M',' ','-','D','_',
- 'R','E','E','N','T','R','A','N','T',' ','-','D','N','D','E','B',
- 'U','G','\0'
+ 'D','1','6','0','_','A','S','M',' ','-','D','V','P','A','E','S',
+ '_','A','S','M',' ','-','D','W','H','I','R','L','P','O','O','L',
+ '_','A','S','M',' ','-','D','G','H','A','S','H','_','A','S','M',
+ ' ','-','D','E','C','P','_','N','I','S','T','Z','2','5','6','_',
+ 'A','S','M',' ','-','D','P','O','L','Y','1','3','0','5','_','A',
+ 'S','M',' ','-','D','_','R','E','E','N','T','R','A','N','T',' ',
+ '-','D','N','D','E','B','U','G','\0'
};
diff --git a/deps/openssl/config/archs/darwin-i386-cc/asm/openssl-cl.gypi b/deps/openssl/config/archs/darwin-i386-cc/asm/openssl-cl.gypi
index fa431835b0..35d5734b53 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/asm/openssl-cl.gypi
+++ b/deps/openssl/config/archs/darwin-i386-cc/asm/openssl-cl.gypi
@@ -15,7 +15,6 @@
'RC4_ASM',
'MD5_ASM',
'RMD160_ASM',
- 'AES_ASM',
'VPAES_ASM',
'WHIRLPOOL_ASM',
'GHASH_ASM',
diff --git a/deps/openssl/config/archs/darwin-i386-cc/asm/openssl.gypi b/deps/openssl/config/archs/darwin-i386-cc/asm/openssl.gypi
index 495e20768e..38d1fdcc00 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/asm/openssl.gypi
+++ b/deps/openssl/config/archs/darwin-i386-cc/asm/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_darwin-i386-cc': [
- './config/archs/darwin-i386-cc/asm/crypto/aes/aes-586.s',
'./config/archs/darwin-i386-cc/asm/crypto/aes/aesni-x86.s',
'./config/archs/darwin-i386-cc/asm/crypto/aes/vpaes-x86.s',
'./config/archs/darwin-i386-cc/asm/crypto/bf/bf-586.s',
@@ -711,7 +712,6 @@
'RC4_ASM',
'MD5_ASM',
'RMD160_ASM',
- 'AES_ASM',
'VPAES_ASM',
'WHIRLPOOL_ASM',
'GHASH_ASM',
diff --git a/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/configdata.pm b/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/configdata.pm
index e8bd163cc4..e6aed64bed 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/configdata.pm
+++ b/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/configdata.pm
@@ -48,7 +48,7 @@ our %config = (
export_var_as_fn => "0",
includes => [ ],
lflags => [ ],
- lib_defines => [ "OPENSSL_PIC", "OPENSSL_CPUID_OBJ", "OPENSSL_BN_ASM_PART_WORDS", "OPENSSL_IA32_SSE2", "OPENSSL_BN_ASM_MONT", "OPENSSL_BN_ASM_GF2m", "SHA1_ASM", "SHA256_ASM", "SHA512_ASM", "RC4_ASM", "MD5_ASM", "RMD160_ASM", "AES_ASM", "VPAES_ASM", "WHIRLPOOL_ASM", "GHASH_ASM", "ECP_NISTZ256_ASM", "POLY1305_ASM" ],
+ lib_defines => [ "OPENSSL_PIC", "OPENSSL_CPUID_OBJ", "OPENSSL_BN_ASM_PART_WORDS", "OPENSSL_IA32_SSE2", "OPENSSL_BN_ASM_MONT", "OPENSSL_BN_ASM_GF2m", "SHA1_ASM", "SHA256_ASM", "SHA512_ASM", "RC4_ASM", "MD5_ASM", "RMD160_ASM", "VPAES_ASM", "WHIRLPOOL_ASM", "GHASH_ASM", "ECP_NISTZ256_ASM", "POLY1305_ASM" ],
libdir => "",
major => "1",
makedepprog => "\$(CROSS_COMPILE)../config/fake_gcc.pl",
@@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "darwin-i386-cc",
tdirs => [ "ossl_shim" ],
- version => "1.1.1c",
- version_num => "0x1010103fL",
+ version => "1.1.1d",
+ version_num => "0x1010104fL",
);
our %target = (
@@ -124,8 +124,8 @@ our %target = (
RANLIB => "ranlib -c",
RC => "windres",
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
- aes_asm_src => "aes-586.s vpaes-x86.s aesni-x86.s",
- aes_obj => "aes-586.o vpaes-x86.o aesni-x86.o",
+ aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
+ aes_obj => "aes_core.o aes_cbc.o vpaes-x86.o aesni-x86.o",
apps_aux_src => "",
apps_init_src => "",
apps_obj => "",
@@ -1684,8 +1684,9 @@ our %unified_info = (
{
"deps" =>
[
- "crypto/aes/aes-586.o",
+ "crypto/aes/aes_cbc.o",
"crypto/aes/aes_cfb.o",
+ "crypto/aes/aes_core.o",
"crypto/aes/aes_ecb.o",
"crypto/aes/aes_ige.o",
"crypto/aes/aes_misc.o",
@@ -3226,6 +3227,7 @@ our %unified_info = (
"test/testutil/init.o",
"test/testutil/main.o",
"test/testutil/output_helpers.o",
+ "test/testutil/random.o",
"test/testutil/stanza.o",
"test/testutil/tap_bio.o",
"test/testutil/test_cleanup.o",
@@ -4839,12 +4841,6 @@ our %unified_info = (
"include",
"apps",
],
- "crypto/aes/aes-586.o" =>
- [
- ".",
- "crypto/include",
- "include",
- ],
"crypto/aes/aes-armv4.o" =>
[
"crypto",
@@ -4861,12 +4857,24 @@ our %unified_info = (
[
"crypto",
],
+ "crypto/aes/aes_cbc.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
"crypto/aes/aes_cfb.o" =>
[
".",
"crypto/include",
"include",
],
+ "crypto/aes/aes_core.o" =>
+ [
+ ".",
+ "crypto/include",
+ "include",
+ ],
"crypto/aes/aes_ecb.o" =>
[
".",
@@ -7845,10 +7853,6 @@ our %unified_info = (
[
"crypto",
],
- "crypto/poly1305/poly1305-s390x.o" =>
- [
- "crypto",
- ],
"crypto/poly1305/poly1305-sparcv9.o" =>
[
"crypto",
@@ -9983,6 +9987,10 @@ our %unified_info = (
[
"include",
],
+ "test/testutil/random.o" =>
+ [
+ "include",
+ ],
"test/testutil/stanza.o" =>
[
"include",
@@ -10616,14 +10624,18 @@ our %unified_info = (
[
"apps/x509.c",
],
- "crypto/aes/aes-586.o" =>
+ "crypto/aes/aes_cbc.o" =>
[
- "crypto/aes/aes-586.s",
+ "crypto/aes/aes_cbc.c",
],
"crypto/aes/aes_cfb.o" =>
[
"crypto/aes/aes_cfb.c",
],
+ "crypto/aes/aes_core.o" =>
+ [
+ "crypto/aes/aes_core.c",
+ ],
"crypto/aes/aes_ecb.o" =>
[
"crypto/aes/aes_ecb.c",
@@ -13313,8 +13325,9 @@ our %unified_info = (
],
"libcrypto" =>
[
- "crypto/aes/aes-586.o",
+ "crypto/aes/aes_cbc.o",
"crypto/aes/aes_cfb.o",
+ "crypto/aes/aes_core.o",
"crypto/aes/aes_ecb.o",
"crypto/aes/aes_ige.o",
"crypto/aes/aes_misc.o",
@@ -15216,6 +15229,7 @@ our %unified_info = (
"test/testutil/init.o",
"test/testutil/main.o",
"test/testutil/output_helpers.o",
+ "test/testutil/random.o",
"test/testutil/stanza.o",
"test/testutil/tap_bio.o",
"test/testutil/test_cleanup.o",
@@ -15561,6 +15575,10 @@ our %unified_info = (
[
"test/testutil/output_helpers.c",
],
+ "test/testutil/random.o" =>
+ [
+ "test/testutil/random.c",
+ ],
"test/testutil/stanza.o" =>
[
"test/testutil/stanza.c",
diff --git a/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h b/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
index 6b21e65596..a78ae310fc 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
+++ b/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: darwin-i386-cc"
-#define DATE "built on: Wed Jun 12 20:54:11 2019 UTC"
+#define DATE "built on: Fri Sep 13 15:58:46 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a
@@ -37,12 +37,11 @@ static const char compiler_flags[] = {
'-','D','S','H','A','2','5','6','_','A','S','M',' ','-','D','S',
'H','A','5','1','2','_','A','S','M',' ','-','D','R','C','4','_',
'A','S','M',' ','-','D','M','D','5','_','A','S','M',' ','-','D',
- 'R','M','D','1','6','0','_','A','S','M',' ','-','D','A','E','S',
- '_','A','S','M',' ','-','D','V','P','A','E','S','_','A','S','M',
- ' ','-','D','W','H','I','R','L','P','O','O','L','_','A','S','M',
- ' ','-','D','G','H','A','S','H','_','A','S','M',' ','-','D','E',
- 'C','P','_','N','I','S','T','Z','2','5','6','_','A','S','M',' ',
- '-','D','P','O','L','Y','1','3','0','5','_','A','S','M',' ','-',
- 'D','_','R','E','E','N','T','R','A','N','T',' ','-','D','N','D',
- 'E','B','U','G','\0'
+ 'R','M','D','1','6','0','_','A','S','M',' ','-','D','V','P','A',
+ 'E','S','_','A','S','M',' ','-','D','W','H','I','R','L','P','O',
+ 'O','L','_','A','S','M',' ','-','D','G','H','A','S','H','_','A',
+ 'S','M',' ','-','D','E','C','P','_','N','I','S','T','Z','2','5',
+ '6','_','A','S','M',' ','-','D','P','O','L','Y','1','3','0','5',
+ '_','A','S','M',' ','-','D','_','R','E','E','N','T','R','A','N',
+ 'T',' ','-','D','N','D','E','B','U','G','\0'
};
diff --git a/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl-cl.gypi b/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl-cl.gypi
index fa431835b0..35d5734b53 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl-cl.gypi
+++ b/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl-cl.gypi
@@ -15,7 +15,6 @@
'RC4_ASM',
'MD5_ASM',
'RMD160_ASM',
- 'AES_ASM',
'VPAES_ASM',
'WHIRLPOOL_ASM',
'GHASH_ASM',
diff --git a/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl.gypi b/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl.gypi
index 3854ce56d1..c1f15b01a1 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/openssl.gypi
+++ b/deps/openssl/config/archs/darwin-i386-cc/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_darwin-i386-cc': [
- './config/archs/darwin-i386-cc/asm_avx2/crypto/aes/aes-586.s',
'./config/archs/darwin-i386-cc/asm_avx2/crypto/aes/aesni-x86.s',
'./config/archs/darwin-i386-cc/asm_avx2/crypto/aes/vpaes-x86.s',
'./config/archs/darwin-i386-cc/asm_avx2/crypto/bf/bf-586.s',
@@ -711,7 +712,6 @@
'RC4_ASM',
'MD5_ASM',
'RMD160_ASM',
- 'AES_ASM',
'VPAES_ASM',
'WHIRLPOOL_ASM',
'GHASH_ASM',
diff --git a/deps/openssl/config/archs/darwin-i386-cc/no-asm/configdata.pm b/deps/openssl/config/archs/darwin-i386-cc/no-asm/configdata.pm
index 820d389259..a40cf9d26d 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/no-asm/configdata.pm
+++ b/deps/openssl/config/archs/darwin-i386-cc/no-asm/configdata.pm
@@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "darwin-i386-cc",
tdirs => [ "ossl_shim" ],
- version => "1.1.1c",
- version_num => "0x1010103fL",
+ version => "1.1.1d",
+ version_num => "0x1010104fL",
);
our %target = (
@@ -3212,6 +3212,7 @@ our %unified_info = (
"test/testutil/init.o",
"test/testutil/main.o",
"test/testutil/output_helpers.o",
+ "test/testutil/random.o",
"test/testutil/stanza.o",
"test/testutil/tap_bio.o",
"test/testutil/test_cleanup.o",
@@ -7801,10 +7802,6 @@ our %unified_info = (
[
"crypto",
],
- "crypto/poly1305/poly1305-s390x.o" =>
- [
- "crypto",
- ],
"crypto/poly1305/poly1305-sparcv9.o" =>
[
"crypto",
@@ -9897,6 +9894,10 @@ our %unified_info = (
[
"include",
],
+ "test/testutil/random.o" =>
+ [
+ "include",
+ ],
"test/testutil/stanza.o" =>
[
"include",
@@ -15070,6 +15071,7 @@ our %unified_info = (
"test/testutil/init.o",
"test/testutil/main.o",
"test/testutil/output_helpers.o",
+ "test/testutil/random.o",
"test/testutil/stanza.o",
"test/testutil/tap_bio.o",
"test/testutil/test_cleanup.o",
@@ -15415,6 +15417,10 @@ our %unified_info = (
[
"test/testutil/output_helpers.c",
],
+ "test/testutil/random.o" =>
+ [
+ "test/testutil/random.c",
+ ],
"test/testutil/stanza.o" =>
[
"test/testutil/stanza.c",
diff --git a/deps/openssl/config/archs/darwin-i386-cc/no-asm/crypto/buildinf.h b/deps/openssl/config/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
index a38383239e..5a6d99c66d 100644
--- a/deps/openssl/config/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
+++ b/deps/openssl/config/archs/darwin-i386-cc/no-asm/crypto/buildinf.h
@@ -11,7 +11,7 @@
*/
#define PLATFORM "platform: darwin-i386-cc"
-#define DATE "built on: Wed Jun 12 20:54:15 2019 UTC"
+#define DATE "built on: Fri Sep 13 15:58:53 2019 UTC"
/*
* Generate compiler_flags as an array of individual characters. This is a