summaryrefslogtreecommitdiff
path: root/upstream-build/configdata.pm/x86_64-linux
diff options
context:
space:
mode:
Diffstat (limited to 'upstream-build/configdata.pm/x86_64-linux')
-rw-r--r--upstream-build/configdata.pm/x86_64-linux29
1 files changed, 25 insertions, 4 deletions
diff --git a/upstream-build/configdata.pm/x86_64-linux b/upstream-build/configdata.pm/x86_64-linux
index 012e628..bfc95f4 100644
--- a/upstream-build/configdata.pm/x86_64-linux
+++ b/upstream-build/configdata.pm/x86_64-linux
@@ -112,8 +112,8 @@ our %config = (
sourcedir => "..",
target => "linux-x86_64",
tdirs => [ "ossl_shim" ],
- version => "1.1.1g",
- version_num => "0x1010107fL",
+ version => "1.1.1i",
+ version_num => "0x1010109fL",
);
our %target = (
@@ -1212,6 +1212,11 @@ our %unified_info = (
"libssl",
"test/libtestutil.a",
],
+ "test/cmactest" =>
+ [
+ "libcrypto.a",
+ "test/libtestutil.a",
+ ],
"test/cmsapitest" =>
[
"libcrypto",
@@ -3204,6 +3209,8 @@ our %unified_info = (
{
"deps" =>
[
+ "ssl/packet.o",
+ "ssl/tls13_enc.o",
"ssl/bio_ssl.o",
"ssl/d1_lib.o",
"ssl/d1_msg.o",
@@ -3233,8 +3240,6 @@ our %unified_info = (
"ssl/t1_trce.o",
"ssl/tls13_enc.o",
"ssl/tls_srp.o",
- "ssl/packet.o",
- "ssl/tls13_enc.o",
],
"products" =>
{
@@ -10733,6 +10738,13 @@ our %unified_info = (
"include",
"../include",
],
+ "test/cmactest.o" =>
+ [
+ "include",
+ "apps/include",
+ "../include",
+ "../apps/include",
+ ],
"test/cmsapitest.o" =>
[
"include",
@@ -11458,6 +11470,7 @@ our %unified_info = (
"test/cipherlist_test",
"test/ciphername_test",
"test/clienthellotest",
+ "test/cmactest",
"test/cmsapitest",
"test/conf_include_test",
"test/constant_time_test",
@@ -16213,6 +16226,14 @@ our %unified_info = (
[
"../test/clienthellotest.c",
],
+ "test/cmactest" =>
+ [
+ "test/cmactest.o",
+ ],
+ "test/cmactest.o" =>
+ [
+ "../test/cmactest.c",
+ ],
"test/cmsapitest" =>
[
"test/cmsapitest.o",