@@ -156,7 +156,7 @@ our %config = (
156
156
],
157
157
"dynamic_engines" => "0",
158
158
"ex_libs" => [],
159
- "full_version" => "3.0.14 +quic",
159
+ "full_version" => "3.0.15 +quic",
160
160
"includes" => [],
161
161
"lflags" => [],
162
162
"lib_defines" => [
@@ -203,7 +203,7 @@ our %config = (
203
203
"openssl_sys_defines" => [],
204
204
"openssldir" => "",
205
205
"options" => "enable-ssl-trace enable-fips 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-ktls no-loadereng no-md2 no-msan no-rc5 no-sctp no-shared no-ssl3 no-ssl3-method no-trace no-ubsan no-unit-test no-uplink no-weak-ssl-ciphers no-zlib no-zlib-dynamic",
206
- "patch" => "14 ",
206
+ "patch" => "15 ",
207
207
"perl_archname" => "x86_64-linux-gnu-thread-multi",
208
208
"perl_cmd" => "/usr/bin/perl",
209
209
"perl_version" => "5.34.0",
@@ -255,11 +255,11 @@ our %config = (
255
255
"prerelease" => "",
256
256
"processor" => "",
257
257
"rc4_int" => "unsigned int",
258
- "release_date" => "4 Jun 2024",
258
+ "release_date" => "3 Sep 2024",
259
259
"shlib_version" => "81.3",
260
260
"sourcedir" => ".",
261
261
"target" => "BSD-x86",
262
- "version" => "3.0.14 "
262
+ "version" => "3.0.15 "
263
263
);
264
264
our %target = (
265
265
"AR" => "ar",
@@ -1240,6 +1240,9 @@ our %unified_info = (
1240
1240
"test/errtest" => {
1241
1241
"noinst" => "1"
1242
1242
},
1243
+ "test/evp_byname_test" => {
1244
+ "noinst" => "1"
1245
+ },
1243
1246
"test/evp_extra_test" => {
1244
1247
"noinst" => "1"
1245
1248
},
@@ -7735,6 +7738,10 @@ our %unified_info = (
7735
7738
"libcrypto",
7736
7739
"test/libtestutil.a"
7737
7740
],
7741
+ "test/evp_byname_test" => [
7742
+ "libcrypto",
7743
+ "test/libtestutil.a"
7744
+ ],
7738
7745
"test/evp_extra_test" => [
7739
7746
"libcrypto.a",
7740
7747
"providers/libcommon.a",
@@ -18773,6 +18780,10 @@ our %unified_info = (
18773
18780
"include",
18774
18781
"apps/include"
18775
18782
],
18783
+ "test/evp_byname_test" => [
18784
+ "include",
18785
+ "apps/include"
18786
+ ],
18776
18787
"test/evp_extra_test" => [
18777
18788
"include",
18778
18789
"apps/include",
@@ -20335,6 +20346,7 @@ our %unified_info = (
20335
20346
"test/endecoder_legacy_test",
20336
20347
"test/enginetest",
20337
20348
"test/errtest",
20349
+ "test/evp_byname_test",
20338
20350
"test/evp_extra_test",
20339
20351
"test/evp_extra_test2",
20340
20352
"test/evp_fetch_prov_test",
@@ -26687,6 +26699,12 @@ our %unified_info = (
26687
26699
"test/errtest-bin-errtest.o" => [
26688
26700
"test/errtest.c"
26689
26701
],
26702
+ "test/evp_byname_test" => [
26703
+ "test/evp_byname_test-bin-evp_byname_test.o"
26704
+ ],
26705
+ "test/evp_byname_test-bin-evp_byname_test.o" => [
26706
+ "test/evp_byname_test.c"
26707
+ ],
26690
26708
"test/evp_extra_test" => [
26691
26709
"providers/evp_extra_test-bin-legacyprov.o",
26692
26710
"test/evp_extra_test-bin-evp_extra_test.o"
0 commit comments