summaryrefslogtreecommitdiff
path: root/upstream-build/configdata.pm
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2023-02-10 21:46:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2023-02-13 17:57:06 +0300
commit369daf839d8be228f757c98676972fa0810aff9e (patch)
treeb31de48256be56533d98dd59cdb9aac81b040542 /upstream-build/configdata.pm
parent628ef8e06dfb02f1148587dcd3060c2f0413455c (diff)
Release version 1.1.1+19v1.1.1+19
Upgrade to 1.1.1t That in particular fixes CVE-2022-2097 CVE-2022-4304 CVE-2022-4450 CVE-2023-0215 CVE-2023-0286.
Diffstat (limited to 'upstream-build/configdata.pm')
-rw-r--r--upstream-build/configdata.pm/arm64-linux21
-rw-r--r--upstream-build/configdata.pm/arm64-macos23
-rw-r--r--upstream-build/configdata.pm/i686-linux21
-rw-r--r--upstream-build/configdata.pm/i686-win32-mingw3217
-rw-r--r--upstream-build/configdata.pm/i686-win32-msvc27
-rw-r--r--upstream-build/configdata.pm/x86_64-freebsd17
-rw-r--r--upstream-build/configdata.pm/x86_64-linux23
-rw-r--r--upstream-build/configdata.pm/x86_64-macos17
-rw-r--r--upstream-build/configdata.pm/x86_64-win32-mingw3217
-rw-r--r--upstream-build/configdata.pm/x86_64-win32-msvc23
10 files changed, 168 insertions, 38 deletions
diff --git a/upstream-build/configdata.pm/arm64-linux b/upstream-build/configdata.pm/arm64-linux
index e8912c6..ac18e9d 100644
--- a/upstream-build/configdata.pm/arm64-linux
+++ b/upstream-build/configdata.pm/arm64-linux
@@ -112,8 +112,8 @@ our %config = (
sourcedir => "..",
target => "linux-aarch64",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1981,6 +1981,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
@@ -3208,8 +3209,6 @@ our %unified_info = (
{
"deps" =>
[
- "ssl/packet.o",
- "ssl/tls13_enc.o",
"ssl/bio_ssl.o",
"ssl/d1_lib.o",
"ssl/d1_msg.o",
@@ -3239,6 +3238,8 @@ our %unified_info = (
"ssl/t1_trce.o",
"ssl/tls13_enc.o",
"ssl/tls_srp.o",
+ "ssl/packet.o",
+ "ssl/tls13_enc.o",
],
"products" =>
{
@@ -6109,6 +6110,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12467,6 +12475,10 @@ our %unified_info = (
[
"../crypto/bn/bn_x931p.c",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ "../crypto/bn/rsa_sup_mul.c",
+ ],
"crypto/buffer/buf_err.o" =>
[
"../crypto/buffer/buf_err.c",
@@ -14754,6 +14766,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",
diff --git a/upstream-build/configdata.pm/arm64-macos b/upstream-build/configdata.pm/arm64-macos
index e09de12..b49a9c3 100644
--- a/upstream-build/configdata.pm/arm64-macos
+++ b/upstream-build/configdata.pm/arm64-macos
@@ -62,7 +62,7 @@ our %config = (
options => "enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib no-afalgeng no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib-dynamic",
perl_archname => "darwin-thread-multi-2level",
perl_cmd => "/usr/bin/perl",
- perl_version => "5.30.2",
+ perl_version => "5.30.3",
perlargv => [ "darwin64-arm64-cc", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "enable-zlib" ],
perlenv => {
"AR" => undef,
@@ -111,8 +111,8 @@ our %config = (
sourcedir => "..",
target => "darwin64-arm64-cc",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1966,6 +1966,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
@@ -3192,6 +3193,8 @@ our %unified_info = (
{
"deps" =>
[
+ "ssl/packet.o",
+ "ssl/tls13_enc.o",
"ssl/bio_ssl.o",
"ssl/d1_lib.o",
"ssl/d1_msg.o",
@@ -3221,8 +3224,6 @@ our %unified_info = (
"ssl/t1_trce.o",
"ssl/tls13_enc.o",
"ssl/tls_srp.o",
- "ssl/packet.o",
- "ssl/tls13_enc.o",
],
"products" =>
{
@@ -6080,6 +6081,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12424,6 +12432,10 @@ our %unified_info = (
[
"../crypto/bn/bn_x931p.c",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ "../crypto/bn/rsa_sup_mul.c",
+ ],
"crypto/buffer/buf_err.o" =>
[
"../crypto/buffer/buf_err.c",
@@ -14703,6 +14715,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",
diff --git a/upstream-build/configdata.pm/i686-linux b/upstream-build/configdata.pm/i686-linux
index 0607505..b4df8d0 100644
--- a/upstream-build/configdata.pm/i686-linux
+++ b/upstream-build/configdata.pm/i686-linux
@@ -112,8 +112,8 @@ our %config = (
sourcedir => "..",
target => "linux-x86",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1981,6 +1981,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
@@ -3208,8 +3209,6 @@ our %unified_info = (
{
"deps" =>
[
- "ssl/packet.o",
- "ssl/tls13_enc.o",
"ssl/bio_ssl.o",
"ssl/d1_lib.o",
"ssl/d1_msg.o",
@@ -3239,6 +3238,8 @@ our %unified_info = (
"ssl/t1_trce.o",
"ssl/tls13_enc.o",
"ssl/tls_srp.o",
+ "ssl/packet.o",
+ "ssl/tls13_enc.o",
],
"products" =>
{
@@ -6109,6 +6110,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12467,6 +12475,10 @@ our %unified_info = (
[
"../crypto/bn/bn_x931p.c",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ "../crypto/bn/rsa_sup_mul.c",
+ ],
"crypto/buffer/buf_err.o" =>
[
"../crypto/buffer/buf_err.c",
@@ -14754,6 +14766,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",
diff --git a/upstream-build/configdata.pm/i686-win32-mingw32 b/upstream-build/configdata.pm/i686-win32-mingw32
index 2d067f9..c0ac1ac 100644
--- a/upstream-build/configdata.pm/i686-win32-mingw32
+++ b/upstream-build/configdata.pm/i686-win32-mingw32
@@ -111,8 +111,8 @@ our %config = (
sourcedir => "..",
target => "mingw",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1980,6 +1980,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
@@ -6151,6 +6152,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12549,6 +12557,10 @@ our %unified_info = (
[
"../crypto/bn/bn_x931p.c",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ "../crypto/bn/rsa_sup_mul.c",
+ ],
"crypto/buffer/buf_err.o" =>
[
"../crypto/buffer/buf_err.c",
@@ -14836,6 +14848,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",
diff --git a/upstream-build/configdata.pm/i686-win32-msvc b/upstream-build/configdata.pm/i686-win32-msvc
index 00ac7c1..264731b 100644
--- a/upstream-build/configdata.pm/i686-win32-msvc
+++ b/upstream-build/configdata.pm/i686-win32-msvc
@@ -115,8 +115,8 @@ our %config = (
sourcedir => "..",
target => "VC-WIN32",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -132,7 +132,7 @@ our %target = (
LDFLAGS => "/nologo /debug",
MT => "mt",
MTFLAGS => "-nologo",
- RANLIB => "CODE(0x24f43e0)",
+ RANLIB => "CODE(0x724088)",
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",
@@ -1998,6 +1998,7 @@ our %unified_info = (
"crypto\\bn\\bn_srp.o",
"crypto\\bn\\bn_word.o",
"crypto\\bn\\bn_x931p.o",
+ "crypto\\bn\\rsa_sup_mul.o",
],
"products" =>
{
@@ -6169,6 +6170,13 @@ our %unified_info = (
"crypto",
"..\\crypto",
],
+ "crypto\\bn\\rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "..\\include",
+ ],
"crypto\\bn\\sparct4-mont.o" =>
[
"crypto",
@@ -10024,14 +10032,14 @@ our %unified_info = (
],
"ms\\applink.o" =>
[
- ".",
+ "crypto\\ec",
"apps",
+ ".",
"include",
- "crypto\\ec",
- "..",
+ "..\\crypto\\ec",
"..\\apps",
+ "..",
"..\\include",
- "..\\crypto\\ec",
],
"ms\\uplink.o" =>
[
@@ -12528,6 +12536,10 @@ our %unified_info = (
[
"..\\crypto\\bn\\bn_x931p.c",
],
+ "crypto\\bn\\rsa_sup_mul.o" =>
+ [
+ "..\\crypto\\bn\\rsa_sup_mul.c",
+ ],
"crypto\\buffer\\buf_err.o" =>
[
"..\\crypto\\buffer\\buf_err.c",
@@ -14811,6 +14823,7 @@ our %unified_info = (
"crypto\\bn\\bn_srp.o",
"crypto\\bn\\bn_word.o",
"crypto\\bn\\bn_x931p.o",
+ "crypto\\bn\\rsa_sup_mul.o",
"crypto\\buffer\\buf_err.o",
"crypto\\buffer\\buffer.o",
"crypto\\camellia\\camellia.o",
diff --git a/upstream-build/configdata.pm/x86_64-freebsd b/upstream-build/configdata.pm/x86_64-freebsd
index f66f1b1..c21f605 100644
--- a/upstream-build/configdata.pm/x86_64-freebsd
+++ b/upstream-build/configdata.pm/x86_64-freebsd
@@ -111,8 +111,8 @@ our %config = (
sourcedir => "..",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1974,6 +1974,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
@@ -6100,6 +6101,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12452,6 +12460,10 @@ our %unified_info = (
[
"../crypto/bn/bn_x931p.c",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ "../crypto/bn/rsa_sup_mul.c",
+ ],
"crypto/buffer/buf_err.o" =>
[
"../crypto/buffer/buf_err.c",
@@ -14731,6 +14743,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",
diff --git a/upstream-build/configdata.pm/x86_64-linux b/upstream-build/configdata.pm/x86_64-linux
index a9e27a5..63248de 100644
--- a/upstream-build/configdata.pm/x86_64-linux
+++ b/upstream-build/configdata.pm/x86_64-linux
@@ -63,7 +63,7 @@ our %config = (
options => "--prefix=/home/karen/install enable-md2 enable-rc5 enable-ssl3 enable-ssl3-method enable-weak-ssl-ciphers enable-zlib no-asan no-asm no-buildtest-c++ no-crypto-mdebug no-crypto-mdebug-backtrace no-devcryptoeng no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fuzz-afl no-fuzz-libfuzzer no-heartbeats no-mdc2 no-msan no-sctp no-ssl-trace no-ubsan no-unit-test no-zlib-dynamic",
perl_archname => "x86_64-linux-thread-multi",
perl_cmd => "/usr/bin/perl",
- perl_version => "5.32.1",
+ perl_version => "5.34.1",
perlargv => [ "linux-x86_64", "--prefix=/home/karen/install", "enable-md2", "enable-rc5", "enable-ssl3", "enable-ssl3-method", "enable-weak-ssl-ciphers", "no-mdc2", "no-asm", "no-devcryptoeng", "enable-zlib" ],
perlenv => {
"AR" => undef,
@@ -112,8 +112,8 @@ our %config = (
sourcedir => "..",
target => "linux-x86_64",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1982,6 +1982,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
@@ -3209,8 +3210,6 @@ our %unified_info = (
{
"deps" =>
[
- "ssl/packet.o",
- "ssl/tls13_enc.o",
"ssl/bio_ssl.o",
"ssl/d1_lib.o",
"ssl/d1_msg.o",
@@ -3240,6 +3239,8 @@ our %unified_info = (
"ssl/t1_trce.o",
"ssl/tls13_enc.o",
"ssl/tls_srp.o",
+ "ssl/packet.o",
+ "ssl/tls13_enc.o",
],
"products" =>
{
@@ -6110,6 +6111,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12468,6 +12476,10 @@ our %unified_info = (
[
"../crypto/bn/bn_x931p.c",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ "../crypto/bn/rsa_sup_mul.c",
+ ],
"crypto/buffer/buf_err.o" =>
[
"../crypto/buffer/buf_err.c",
@@ -14755,6 +14767,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",
diff --git a/upstream-build/configdata.pm/x86_64-macos b/upstream-build/configdata.pm/x86_64-macos
index 6f40342..fb94f79 100644
--- a/upstream-build/configdata.pm/x86_64-macos
+++ b/upstream-build/configdata.pm/x86_64-macos
@@ -111,8 +111,8 @@ our %config = (
sourcedir => "..",
target => "darwin64-x86_64-cc",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1966,6 +1966,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
@@ -6080,6 +6081,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12424,6 +12432,10 @@ our %unified_info = (
[
"../crypto/bn/bn_x931p.c",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ "../crypto/bn/rsa_sup_mul.c",
+ ],
"crypto/buffer/buf_err.o" =>
[
"../crypto/buffer/buf_err.c",
@@ -14703,6 +14715,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",
diff --git a/upstream-build/configdata.pm/x86_64-win32-mingw32 b/upstream-build/configdata.pm/x86_64-win32-mingw32
index cc044fa..6f53274 100644
--- a/upstream-build/configdata.pm/x86_64-win32-mingw32
+++ b/upstream-build/configdata.pm/x86_64-win32-mingw32
@@ -111,8 +111,8 @@ our %config = (
sourcedir => "..",
target => "mingw64",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -1979,6 +1979,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
],
"products" =>
{
@@ -6127,6 +6128,13 @@ our %unified_info = (
"crypto",
"../crypto",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "../include",
+ ],
"crypto/bn/sparct4-mont.o" =>
[
"crypto",
@@ -12499,6 +12507,10 @@ our %unified_info = (
[
"../crypto/bn/bn_x931p.c",
],
+ "crypto/bn/rsa_sup_mul.o" =>
+ [
+ "../crypto/bn/rsa_sup_mul.c",
+ ],
"crypto/buffer/buf_err.o" =>
[
"../crypto/buffer/buf_err.c",
@@ -14782,6 +14794,7 @@ our %unified_info = (
"crypto/bn/bn_srp.o",
"crypto/bn/bn_word.o",
"crypto/bn/bn_x931p.o",
+ "crypto/bn/rsa_sup_mul.o",
"crypto/buffer/buf_err.o",
"crypto/buffer/buffer.o",
"crypto/camellia/camellia.o",
diff --git a/upstream-build/configdata.pm/x86_64-win32-msvc b/upstream-build/configdata.pm/x86_64-win32-msvc
index 3894267..168c050 100644
--- a/upstream-build/configdata.pm/x86_64-win32-msvc
+++ b/upstream-build/configdata.pm/x86_64-win32-msvc
@@ -115,8 +115,8 @@ our %config = (
sourcedir => "..",
target => "VC-WIN64A",
tdirs => [ "ossl_shim" ],
- version => "1.1.1n",
- version_num => "0x101010efL",
+ version => "1.1.1t",
+ version_num => "0x1010114fL",
);
our %target = (
@@ -132,7 +132,7 @@ our %target = (
LDFLAGS => "/nologo /debug",
MT => "mt",
MTFLAGS => "-nologo",
- RANLIB => "CODE(0x2564160)",
+ RANLIB => "CODE(0x2563710)",
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\\00-base-templates.conf", "..\\Configurations\\10-main.conf", "..\\Configurations\\shared-info.pl" ],
aes_asm_src => "aes_core.c aes_cbc.c",
@@ -2000,6 +2000,7 @@ our %unified_info = (
"crypto\\bn\\bn_srp.o",
"crypto\\bn\\bn_word.o",
"crypto\\bn\\bn_x931p.o",
+ "crypto\\bn\\rsa_sup_mul.o",
],
"products" =>
{
@@ -6171,6 +6172,13 @@ our %unified_info = (
"crypto",
"..\\crypto",
],
+ "crypto\\bn\\rsa_sup_mul.o" =>
+ [
+ ".",
+ "include",
+ "..",
+ "..\\include",
+ ],
"crypto\\bn\\sparct4-mont.o" =>
[
"crypto",
@@ -10033,14 +10041,14 @@ our %unified_info = (
],
"ms\\applink.o" =>
[
+ "apps",
"crypto\\ec",
".",
"include",
- "apps",
+ "..\\apps",
"..\\crypto\\ec",
"..",
"..\\include",
- "..\\apps",
],
"ms\\uplink.o" =>
[
@@ -12537,6 +12545,10 @@ our %unified_info = (
[
"..\\crypto\\bn\\bn_x931p.c",
],
+ "crypto\\bn\\rsa_sup_mul.o" =>
+ [
+ "..\\crypto\\bn\\rsa_sup_mul.c",
+ ],
"crypto\\buffer\\buf_err.o" =>
[
"..\\crypto\\buffer\\buf_err.c",
@@ -14824,6 +14836,7 @@ our %unified_info = (
"crypto\\bn\\bn_srp.o",
"crypto\\bn\\bn_word.o",
"crypto\\bn\\bn_x931p.o",
+ "crypto\\bn\\rsa_sup_mul.o",
"crypto\\buffer\\buf_err.o",
"crypto\\buffer\\buffer.o",
"crypto\\camellia\\camellia.o",