mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
deps: update archs files for OpenSSL-1.1.1f
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/include/crypto/bn_conf.h
$ git add deps/openssl/openssl/include/crypto/dso_conf.h
$ git add deps/openssl/openssl/include/openssl/opensslconf.h
$ git commit
PR-URL: https://github.com/nodejs/node/pull/32583
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
parent
3417cc5777
commit
8586838feb
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Wed Mar 18 21:04:48 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:25 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Wed Mar 18 21:04:52 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:27 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "BSD-x86" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86"
|
||||
#define DATE "built on: Wed Mar 18 21:04:56 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:30 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Wed Mar 18 21:04:59 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:31 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "BSD-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Wed Mar 18 21:05:08 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:37 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "BSD-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "BSD-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: BSD-x86_64"
|
||||
#define DATE "built on: Wed Mar 18 21:05:17 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:43 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -115,8 +115,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -132,7 +132,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x5567c34c1cd8)",
|
||||
RANLIB => "CODE(0x55e4d97a23c8)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 18 21:11:00 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:08:59 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -115,8 +115,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -132,7 +132,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x56041fcde128)",
|
||||
RANLIB => "CODE(0x55e7fe7b8518)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 18 21:11:06 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:09:01 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "VC-WIN32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -114,8 +114,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -131,7 +131,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x55e705f67598)",
|
||||
RANLIB => "CODE(0x56297fab3cf8)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 18 21:11:12 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:09:04 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -64,7 +64,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "VC-WIN64-ARM" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -113,8 +113,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN64-ARM",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -128,7 +128,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x55748984a208)",
|
||||
RANLIB => "CODE(0x55d021518948)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/50-win-onecore.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: VC-WIN64-ARM"
|
||||
#define DATE "built on: Wed Mar 18 21:11:15 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:09:05 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN64A" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -116,8 +116,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN64A",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -133,7 +133,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x556e5b07ddf8)",
|
||||
RANLIB => "CODE(0x5636e84e0f08)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 18 21:10:25 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:08:44 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -67,7 +67,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "VC-WIN64A" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -116,8 +116,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN64A",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -133,7 +133,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x55c8e9449798)",
|
||||
RANLIB => "CODE(0x55c9eeaa7548)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86_64.s aesni-x86_64.s aesni-sha1-x86_64.s aesni-sha256-x86_64.s aesni-mb-x86_64.s",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 18 21:10:39 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:08:50 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -66,7 +66,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "VC-WIN64A" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -115,8 +115,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "VC-WIN64A",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
@ -132,7 +132,7 @@ our %target = (
|
|||
LDFLAGS => "/nologo /debug",
|
||||
MT => "mt",
|
||||
MTFLAGS => "-nologo",
|
||||
RANLIB => "CODE(0x557c73be49d8)",
|
||||
RANLIB => "CODE(0x55e2b213e978)",
|
||||
RC => "rc",
|
||||
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
|
||||
aes_asm_src => "aes_core.c aes_cbc.c",
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: "
|
||||
#define DATE "built on: Wed Mar 18 21:10:56 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:08:57 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix-gcc"
|
||||
#define DATE "built on: Wed Mar 18 21:04:29 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:13 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix-gcc"
|
||||
#define DATE "built on: Wed Mar 18 21:04:33 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:15 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "aix-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix-gcc"
|
||||
#define DATE "built on: Wed Mar 18 21:04:36 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:17 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix64-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix64-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc"
|
||||
#define DATE "built on: Wed Mar 18 21:04:38 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:19 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "aix64-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix64-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc"
|
||||
#define DATE "built on: Wed Mar 18 21:04:42 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:21 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "aix64-gcc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "aix64-gcc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: aix64-gcc"
|
||||
#define DATE "built on: Wed Mar 18 21:04:46 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:23 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin-i386-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin-i386-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Wed Mar 18 21:05:40 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:57 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin-i386-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin-i386-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Wed Mar 18 21:05:45 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:00 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "darwin-i386-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin-i386-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin-i386-cc"
|
||||
#define DATE "built on: Wed Mar 18 21:05:49 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:02 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin64-x86_64-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin64-x86_64-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Wed Mar 18 21:05:19 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:44 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "darwin64-x86_64-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin64-x86_64-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Wed Mar 18 21:05:29 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:50 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "darwin64-x86_64-cc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -110,8 +110,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "darwin64-x86_64-cc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: darwin64-x86_64-cc"
|
||||
#define DATE "built on: Wed Mar 18 21:05:38 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:06:56 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-aarch64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-aarch64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Wed Mar 18 21:05:53 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:04 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-aarch64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-aarch64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Wed Mar 18 21:05:58 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:06 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-aarch64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-aarch64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-aarch64"
|
||||
#define DATE "built on: Wed Mar 18 21:06:04 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:08 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-armv4" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-armv4",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Wed Mar 18 21:06:07 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:10 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-armv4" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-armv4",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Wed Mar 18 21:06:14 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:12 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-armv4" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-armv4",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-armv4"
|
||||
#define DATE "built on: Wed Mar 18 21:06:19 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:15 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-elf" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-elf",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Wed Mar 18 21:06:23 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:16 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-elf" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-elf",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Wed Mar 18 21:06:30 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:19 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-elf" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-elf",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-elf"
|
||||
#define DATE "built on: Wed Mar 18 21:06:37 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:22 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc"
|
||||
#define DATE "built on: Wed Mar 18 21:07:41 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:51 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc"
|
||||
#define DATE "built on: Wed Mar 18 21:07:49 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:53 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-ppc" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc"
|
||||
#define DATE "built on: Wed Mar 18 21:07:59 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:55 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64"
|
||||
#define DATE "built on: Wed Mar 18 21:08:05 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:57 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64"
|
||||
#define DATE "built on: Wed Mar 18 21:08:13 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:59 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-ppc64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64"
|
||||
#define DATE "built on: Wed Mar 18 21:08:25 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:08:02 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc64le" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64le",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64le"
|
||||
#define DATE "built on: Wed Mar 18 21:08:32 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:08:04 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-ppc64le" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64le",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64le"
|
||||
#define DATE "built on: Wed Mar 18 21:08:43 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:08:06 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-ppc64le" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-ppc64le",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-ppc64le"
|
||||
#define DATE "built on: Wed Mar 18 21:08:54 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:08:08 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-x32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x32"
|
||||
#define DATE "built on: Wed Mar 18 21:06:40 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:23 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-x32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x32"
|
||||
#define DATE "built on: Wed Mar 18 21:06:52 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:29 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-x32" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x32",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x32"
|
||||
#define DATE "built on: Wed Mar 18 21:07:03 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:36 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x86_64"
|
||||
#define DATE "built on: Wed Mar 18 21:07:06 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:37 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -112,8 +112,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x86_64"
|
||||
#define DATE "built on: Wed Mar 18 21:07:18 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:43 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-asm no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "no-asm", "linux-x86_64" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux-x86_64",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux-x86_64"
|
||||
#define DATE "built on: Wed Mar 18 21:07:36 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:07:49 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@ our %config = (
|
|||
options => "enable-ssl-trace no-afalgeng no-asan no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-ubsan no-unit-test no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
|
||||
perl_archname => "x86_64-linux-gnu-thread-multi",
|
||||
perl_cmd => "/usr/bin/perl",
|
||||
perl_version => "5.28.1",
|
||||
perl_version => "5.26.1",
|
||||
perlargv => [ "no-comp", "no-shared", "no-afalgeng", "enable-ssl-trace", "linux32-s390x" ],
|
||||
perlenv => {
|
||||
"AR" => undef,
|
||||
|
|
@ -111,8 +111,8 @@ our %config = (
|
|||
sourcedir => ".",
|
||||
target => "linux32-s390x",
|
||||
tdirs => [ "ossl_shim" ],
|
||||
version => "1.1.1e",
|
||||
version_num => "0x1010105fL",
|
||||
version => "1.1.1f",
|
||||
version_num => "0x1010106fL",
|
||||
);
|
||||
|
||||
our %target = (
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
*/
|
||||
|
||||
#define PLATFORM "platform: linux32-s390x"
|
||||
#define DATE "built on: Wed Mar 18 21:08:58 2020 UTC"
|
||||
#define DATE "built on: Tue Mar 31 13:08:10 2020 UTC"
|
||||
|
||||
/*
|
||||
* Generate compiler_flags as an array of individual characters. This is a
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user