Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 621058b

Browse filesBrowse files
nodejs-github-bottargos
authored andcommitted
deps: update archs files for openssl-3.5.4
PR-URL: #60101 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
1 parent 81b3009 commit 621058b
Copy full SHA for 621058b

File tree

Expand file treeCollapse file tree

203 files changed

+1009
-693
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

203 files changed

+1009
-693
lines changed
Open diff view settings
Collapse file

‎deps/openssl/config/archs/BSD-x86/asm/configdata.pm‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/configdata.pm
+9-4Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ our %config = (
171171
],
172172
"dynamic_engines" => "0",
173173
"ex_libs" => [],
174-
"full_version" => "3.5.3",
174+
"full_version" => "3.5.4",
175175
"includes" => [],
176176
"lflags" => [],
177177
"lib_defines" => [
@@ -233,7 +233,7 @@ our %config = (
233233
"openssl_sys_defines" => [],
234234
"openssldir" => "",
235235
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
236-
"patch" => "3",
236+
"patch" => "4",
237237
"perl_archname" => "x86_64-linux-gnu-thread-multi",
238238
"perl_cmd" => "/usr/bin/perl",
239239
"perl_version" => "5.34.0",
@@ -286,11 +286,11 @@ our %config = (
286286
"prerelease" => "",
287287
"processor" => "",
288288
"rc4_int" => "unsigned int",
289-
"release_date" => "16 Sep 2025",
289+
"release_date" => "30 Sep 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.3"
293+
"version" => "3.5.4"
294294
);
295295
our %target = (
296296
"AR" => "ar",
@@ -12175,6 +12175,7 @@ our %unified_info = (
1217512175
"test/testutil/libtestutil-lib-apps_shims.o",
1217612176
"test/testutil/libtestutil-lib-basic_output.o",
1217712177
"test/testutil/libtestutil-lib-cb.o",
12178+
"test/testutil/libtestutil-lib-compare.o",
1217812179
"test/testutil/libtestutil-lib-driver.o",
1217912180
"test/testutil/libtestutil-lib-fake_random.o",
1218012181
"test/testutil/libtestutil-lib-format_output.o",
@@ -31616,6 +31617,7 @@ our %unified_info = (
3161631617
"test/testutil/libtestutil-lib-apps_shims.o",
3161731618
"test/testutil/libtestutil-lib-basic_output.o",
3161831619
"test/testutil/libtestutil-lib-cb.o",
31620+
"test/testutil/libtestutil-lib-compare.o",
3161931621
"test/testutil/libtestutil-lib-driver.o",
3162031622
"test/testutil/libtestutil-lib-fake_random.o",
3162131623
"test/testutil/libtestutil-lib-format_output.o",
@@ -32332,6 +32334,9 @@ our %unified_info = (
3233232334
"test/testutil/libtestutil-lib-cb.o" => [
3233332335
"test/testutil/cb.c"
3233432336
],
32337+
"test/testutil/libtestutil-lib-compare.o" => [
32338+
"test/testutil/compare.c"
32339+
],
3233532340
"test/testutil/libtestutil-lib-driver.o" => [
3233632341
"test/testutil/driver.c"
3233732342
],
Collapse file

‎deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Tue Sep 16 15:42:48 2025 UTC"
14+
#define DATE "built on: Wed Oct 1 18:52:09 2025 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a
Collapse file

‎deps/openssl/config/archs/BSD-x86/asm/include/openssl/opensslv.h‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm/include/openssl/opensslv.h
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 5
32-
# define OPENSSL_VERSION_PATCH 3
32+
# define OPENSSL_VERSION_PATCH 4
3333

3434
/*
3535
* Additional version information
@@ -74,28 +74,28 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.5.3"
78-
# define OPENSSL_FULL_VERSION_STR "3.5.3"
77+
# define OPENSSL_VERSION_STR "3.5.4"
78+
# define OPENSSL_FULL_VERSION_STR "3.5.4"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "16 Sep 2025"
85+
# define OPENSSL_RELEASE_DATE "30 Sep 2025"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"
9292

93-
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
93+
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
9494
# define OPENSSL_VERSION_NUMBER \
9595
( (OPENSSL_VERSION_MAJOR<<28) \
9696
|(OPENSSL_VERSION_MINOR<<20) \
9797
|(OPENSSL_VERSION_PATCH<<4) \
98-
|0xfL )
98+
|0x0L )
9999

100100
# ifdef __cplusplus
101101
}
Collapse file

‎deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
+9-4Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ our %config = (
171171
],
172172
"dynamic_engines" => "0",
173173
"ex_libs" => [],
174-
"full_version" => "3.5.3",
174+
"full_version" => "3.5.4",
175175
"includes" => [],
176176
"lflags" => [],
177177
"lib_defines" => [
@@ -233,7 +233,7 @@ our %config = (
233233
"openssl_sys_defines" => [],
234234
"openssldir" => "",
235235
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
236-
"patch" => "3",
236+
"patch" => "4",
237237
"perl_archname" => "x86_64-linux-gnu-thread-multi",
238238
"perl_cmd" => "/usr/bin/perl",
239239
"perl_version" => "5.34.0",
@@ -286,11 +286,11 @@ our %config = (
286286
"prerelease" => "",
287287
"processor" => "",
288288
"rc4_int" => "unsigned int",
289-
"release_date" => "16 Sep 2025",
289+
"release_date" => "30 Sep 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.3"
293+
"version" => "3.5.4"
294294
);
295295
our %target = (
296296
"AR" => "ar",
@@ -12175,6 +12175,7 @@ our %unified_info = (
1217512175
"test/testutil/libtestutil-lib-apps_shims.o",
1217612176
"test/testutil/libtestutil-lib-basic_output.o",
1217712177
"test/testutil/libtestutil-lib-cb.o",
12178+
"test/testutil/libtestutil-lib-compare.o",
1217812179
"test/testutil/libtestutil-lib-driver.o",
1217912180
"test/testutil/libtestutil-lib-fake_random.o",
1218012181
"test/testutil/libtestutil-lib-format_output.o",
@@ -31616,6 +31617,7 @@ our %unified_info = (
3161631617
"test/testutil/libtestutil-lib-apps_shims.o",
3161731618
"test/testutil/libtestutil-lib-basic_output.o",
3161831619
"test/testutil/libtestutil-lib-cb.o",
31620+
"test/testutil/libtestutil-lib-compare.o",
3161931621
"test/testutil/libtestutil-lib-driver.o",
3162031622
"test/testutil/libtestutil-lib-fake_random.o",
3162131623
"test/testutil/libtestutil-lib-format_output.o",
@@ -32332,6 +32334,9 @@ our %unified_info = (
3233232334
"test/testutil/libtestutil-lib-cb.o" => [
3233332335
"test/testutil/cb.c"
3233432336
],
32337+
"test/testutil/libtestutil-lib-compare.o" => [
32338+
"test/testutil/compare.c"
32339+
],
3233532340
"test/testutil/libtestutil-lib-driver.o" => [
3233632341
"test/testutil/driver.c"
3233732342
],
Collapse file

‎deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/buildinf.h‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/buildinf.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Tue Sep 16 15:43:04 2025 UTC"
14+
#define DATE "built on: Wed Oct 1 18:52:26 2025 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a
Collapse file

‎deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 5
32-
# define OPENSSL_VERSION_PATCH 3
32+
# define OPENSSL_VERSION_PATCH 4
3333

3434
/*
3535
* Additional version information
@@ -74,28 +74,28 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.5.3"
78-
# define OPENSSL_FULL_VERSION_STR "3.5.3"
77+
# define OPENSSL_VERSION_STR "3.5.4"
78+
# define OPENSSL_FULL_VERSION_STR "3.5.4"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "16 Sep 2025"
85+
# define OPENSSL_RELEASE_DATE "30 Sep 2025"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"
9292

93-
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
93+
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
9494
# define OPENSSL_VERSION_NUMBER \
9595
( (OPENSSL_VERSION_MAJOR<<28) \
9696
|(OPENSSL_VERSION_MINOR<<20) \
9797
|(OPENSSL_VERSION_PATCH<<4) \
98-
|0xfL )
98+
|0x0L )
9999

100100
# ifdef __cplusplus
101101
}
Collapse file

‎deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm
+9-4Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ our %config = (
169169
],
170170
"dynamic_engines" => "0",
171171
"ex_libs" => [],
172-
"full_version" => "3.5.3",
172+
"full_version" => "3.5.4",
173173
"includes" => [],
174174
"lflags" => [],
175175
"lib_defines" => [
@@ -232,7 +232,7 @@ our %config = (
232232
"openssl_sys_defines" => [],
233233
"openssldir" => "",
234234
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-asm no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
235-
"patch" => "3",
235+
"patch" => "4",
236236
"perl_archname" => "x86_64-linux-gnu-thread-multi",
237237
"perl_cmd" => "/usr/bin/perl",
238238
"perl_version" => "5.34.0",
@@ -286,11 +286,11 @@ our %config = (
286286
"prerelease" => "",
287287
"processor" => "",
288288
"rc4_int" => "unsigned int",
289-
"release_date" => "16 Sep 2025",
289+
"release_date" => "30 Sep 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86",
293-
"version" => "3.5.3"
293+
"version" => "3.5.4"
294294
);
295295
our %target = (
296296
"AR" => "ar",
@@ -12095,6 +12095,7 @@ our %unified_info = (
1209512095
"test/testutil/libtestutil-lib-apps_shims.o",
1209612096
"test/testutil/libtestutil-lib-basic_output.o",
1209712097
"test/testutil/libtestutil-lib-cb.o",
12098+
"test/testutil/libtestutil-lib-compare.o",
1209812099
"test/testutil/libtestutil-lib-driver.o",
1209912100
"test/testutil/libtestutil-lib-fake_random.o",
1210012101
"test/testutil/libtestutil-lib-format_output.o",
@@ -31445,6 +31446,7 @@ our %unified_info = (
3144531446
"test/testutil/libtestutil-lib-apps_shims.o",
3144631447
"test/testutil/libtestutil-lib-basic_output.o",
3144731448
"test/testutil/libtestutil-lib-cb.o",
31449+
"test/testutil/libtestutil-lib-compare.o",
3144831450
"test/testutil/libtestutil-lib-driver.o",
3144931451
"test/testutil/libtestutil-lib-fake_random.o",
3145031452
"test/testutil/libtestutil-lib-format_output.o",
@@ -32161,6 +32163,9 @@ our %unified_info = (
3216132163
"test/testutil/libtestutil-lib-cb.o" => [
3216232164
"test/testutil/cb.c"
3216332165
],
32166+
"test/testutil/libtestutil-lib-compare.o" => [
32167+
"test/testutil/compare.c"
32168+
],
3216432169
"test/testutil/libtestutil-lib-driver.o" => [
3216532170
"test/testutil/driver.c"
3216632171
],
Collapse file

‎deps/openssl/config/archs/BSD-x86/no-asm/crypto/buildinf.h‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/no-asm/crypto/buildinf.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
#define PLATFORM "platform: BSD-x86"
14-
#define DATE "built on: Tue Sep 16 15:43:21 2025 UTC"
14+
#define DATE "built on: Wed Oct 1 18:52:42 2025 UTC"
1515

1616
/*
1717
* Generate compiler_flags as an array of individual characters. This is a
Collapse file

‎deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/opensslv.h‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/opensslv.h
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ extern "C" {
2929
*/
3030
# define OPENSSL_VERSION_MAJOR 3
3131
# define OPENSSL_VERSION_MINOR 5
32-
# define OPENSSL_VERSION_PATCH 3
32+
# define OPENSSL_VERSION_PATCH 4
3333

3434
/*
3535
* Additional version information
@@ -74,28 +74,28 @@ extern "C" {
7474
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
7575
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
7676
*/
77-
# define OPENSSL_VERSION_STR "3.5.3"
78-
# define OPENSSL_FULL_VERSION_STR "3.5.3"
77+
# define OPENSSL_VERSION_STR "3.5.4"
78+
# define OPENSSL_FULL_VERSION_STR "3.5.4"
7979

8080
/*
8181
* SECTION 3: ADDITIONAL METADATA
8282
*
8383
* These strings are defined separately to allow them to be parsable.
8484
*/
85-
# define OPENSSL_RELEASE_DATE "16 Sep 2025"
85+
# define OPENSSL_RELEASE_DATE "30 Sep 2025"
8686

8787
/*
8888
* SECTION 4: BACKWARD COMPATIBILITY
8989
*/
9090

91-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.3 16 Sep 2025"
91+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.5.4 30 Sep 2025"
9292

93-
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
93+
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PP0L */
9494
# define OPENSSL_VERSION_NUMBER \
9595
( (OPENSSL_VERSION_MAJOR<<28) \
9696
|(OPENSSL_VERSION_MINOR<<20) \
9797
|(OPENSSL_VERSION_PATCH<<4) \
98-
|0xfL )
98+
|0x0L )
9999

100100
# ifdef __cplusplus
101101
}
Collapse file

‎deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm‎

Copy file name to clipboardExpand all lines: deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm
+9-4Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ our %config = (
171171
],
172172
"dynamic_engines" => "0",
173173
"ex_libs" => [],
174-
"full_version" => "3.5.3",
174+
"full_version" => "3.5.4",
175175
"includes" => [],
176176
"lflags" => [],
177177
"lib_defines" => [
@@ -233,7 +233,7 @@ our %config = (
233233
"openssl_sys_defines" => [],
234234
"openssldir" => "",
235235
"options" => "enable-ssl-trace enable-fips no-afalgeng no-asan no-brotli no-brotli-dynamic no-buildtest-c++ no-comp no-crypto-mdebug no-crypto-mdebug-backtrace no-demos no-dynamic-engine no-ec_nistp_64_gcc_128 no-egd no-external-tests no-fips-jitter no-fuzz-afl no-fuzz-libfuzzer no-h3demo no-hqinterop no-jitter no-ktls no-loadereng no-md2 no-msan no-pie no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-sslkeylog no-tfo no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-winstore no-zlib no-zlib-dynamic no-zstd no-zstd-dynamic",
236-
"patch" => "3",
236+
"patch" => "4",
237237
"perl_archname" => "x86_64-linux-gnu-thread-multi",
238238
"perl_cmd" => "/usr/bin/perl",
239239
"perl_version" => "5.34.0",
@@ -286,11 +286,11 @@ our %config = (
286286
"prerelease" => "",
287287
"processor" => "",
288288
"rc4_int" => "unsigned int",
289-
"release_date" => "16 Sep 2025",
289+
"release_date" => "30 Sep 2025",
290290
"shlib_version" => "3",
291291
"sourcedir" => ".",
292292
"target" => "BSD-x86_64",
293-
"version" => "3.5.3"
293+
"version" => "3.5.4"
294294
);
295295
our %target = (
296296
"AR" => "ar",
@@ -12232,6 +12232,7 @@ our %unified_info = (
1223212232
"test/testutil/libtestutil-lib-apps_shims.o",
1223312233
"test/testutil/libtestutil-lib-basic_output.o",
1223412234
"test/testutil/libtestutil-lib-cb.o",
12235+
"test/testutil/libtestutil-lib-compare.o",
1223512236
"test/testutil/libtestutil-lib-driver.o",
1223612237
"test/testutil/libtestutil-lib-fake_random.o",
1223712238
"test/testutil/libtestutil-lib-format_output.o",
@@ -31833,6 +31834,7 @@ our %unified_info = (
3183331834
"test/testutil/libtestutil-lib-apps_shims.o",
3183431835
"test/testutil/libtestutil-lib-basic_output.o",
3183531836
"test/testutil/libtestutil-lib-cb.o",
31837+
"test/testutil/libtestutil-lib-compare.o",
3183631838
"test/testutil/libtestutil-lib-driver.o",
3183731839
"test/testutil/libtestutil-lib-fake_random.o",
3183831840
"test/testutil/libtestutil-lib-format_output.o",
@@ -32549,6 +32551,9 @@ our %unified_info = (
3254932551
"test/testutil/libtestutil-lib-cb.o" => [
3255032552
"test/testutil/cb.c"
3255132553
],
32554+
"test/testutil/libtestutil-lib-compare.o" => [
32555+
"test/testutil/compare.c"
32556+
],
3255232557
"test/testutil/libtestutil-lib-driver.o" => [
3255332558
"test/testutil/driver.c"
3255432559
],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.