| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 46c7824 commit fce3ab6
203 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -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" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Mon Aug 12 15:15:09 2024 UTC" | ||
| 14 | + #define DATE "built on: Mon Sep 30 17:05:30 2024 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 0 | |
| 32 | - # define OPENSSL_VERSION_PATCH 14 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 15 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,21 +74,21 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.0.14" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.0.14+quic" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.0.15" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.0.15+quic" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "4 Jun 2024" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "3 Sep 2024" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.14+quic 4 Jun 2024" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024" | ||
| 92 | 92 | ||
| 93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | |
| 94 | 94 | # ifdef OPENSSL_VERSION_PRE_RELEASE | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -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" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Mon Aug 12 15:15:22 2024 UTC" | ||
| 14 | + #define DATE "built on: Mon Sep 30 17:05:44 2024 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 0 | |
| 32 | - # define OPENSSL_VERSION_PATCH 14 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 15 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,21 +74,21 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.0.14" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.0.14+quic" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.0.15" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.0.15+quic" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "4 Jun 2024" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "3 Sep 2024" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.14+quic 4 Jun 2024" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024" | ||
| 92 | 92 | ||
| 93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | |
| 94 | 94 | # ifdef OPENSSL_VERSION_PRE_RELEASE | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -154,7 +154,7 @@ our %config = ( | |||
| 154 | 154 | ], | |
| 155 | 155 | "dynamic_engines" => "0", | |
| 156 | 156 | "ex_libs" => [], | |
| 157 | - "full_version" => "3.0.14+quic", | ||
| 157 | + "full_version" => "3.0.15+quic", | ||
| 158 | 158 | "includes" => [], | |
| 159 | 159 | "lflags" => [], | |
| 160 | 160 | "lib_defines" => [ | |
@@ -202,7 +202,7 @@ our %config = ( | |||
| 202 | 202 | "openssl_sys_defines" => [], | |
| 203 | 203 | "openssldir" => "", | |
| 204 | 204 | "options" => "enable-ssl-trace enable-fips 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-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", | |
| 205 | - "patch" => "14", | ||
| 205 | + "patch" => "15", | ||
| 206 | 206 | "perl_archname" => "x86_64-linux-gnu-thread-multi", | |
| 207 | 207 | "perl_cmd" => "/usr/bin/perl", | |
| 208 | 208 | "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", | |
@@ -1241,6 +1241,9 @@ our %unified_info = ( | |||
| 1241 | 1241 | "test/errtest" => { | |
| 1242 | 1242 | "noinst" => "1" | |
| 1243 | 1243 | }, | |
| 1244 | + "test/evp_byname_test" => { | ||
| 1245 | + "noinst" => "1" | ||
| 1246 | + }, | ||
| 1244 | 1247 | "test/evp_extra_test" => { | |
| 1245 | 1248 | "noinst" => "1" | |
| 1246 | 1249 | }, | |
@@ -7677,6 +7680,10 @@ our %unified_info = ( | |||
| 7677 | 7680 | "libcrypto", | |
| 7678 | 7681 | "test/libtestutil.a" | |
| 7679 | 7682 | ], | |
| 7683 | + "test/evp_byname_test" => [ | ||
| 7684 | + "libcrypto", | ||
| 7685 | + "test/libtestutil.a" | ||
| 7686 | + ], | ||
| 7680 | 7687 | "test/evp_extra_test" => [ | |
| 7681 | 7688 | "libcrypto.a", | |
| 7682 | 7689 | "providers/libcommon.a", | |
@@ -18693,6 +18700,10 @@ our %unified_info = ( | |||
| 18693 | 18700 | "include", | |
| 18694 | 18701 | "apps/include" | |
| 18695 | 18702 | ], | |
| 18703 | + "test/evp_byname_test" => [ | ||
| 18704 | + "include", | ||
| 18705 | + "apps/include" | ||
| 18706 | + ], | ||
| 18696 | 18707 | "test/evp_extra_test" => [ | |
| 18697 | 18708 | "include", | |
| 18698 | 18709 | "apps/include", | |
@@ -20255,6 +20266,7 @@ our %unified_info = ( | |||
| 20255 | 20266 | "test/endecoder_legacy_test", | |
| 20256 | 20267 | "test/enginetest", | |
| 20257 | 20268 | "test/errtest", | |
| 20269 | + "test/evp_byname_test", | ||
| 20258 | 20270 | "test/evp_extra_test", | |
| 20259 | 20271 | "test/evp_extra_test2", | |
| 20260 | 20272 | "test/evp_fetch_prov_test", | |
@@ -26519,6 +26531,12 @@ our %unified_info = ( | |||
| 26519 | 26531 | "test/errtest-bin-errtest.o" => [ | |
| 26520 | 26532 | "test/errtest.c" | |
| 26521 | 26533 | ], | |
| 26534 | + "test/evp_byname_test" => [ | ||
| 26535 | + "test/evp_byname_test-bin-evp_byname_test.o" | ||
| 26536 | + ], | ||
| 26537 | + "test/evp_byname_test-bin-evp_byname_test.o" => [ | ||
| 26538 | + "test/evp_byname_test.c" | ||
| 26539 | + ], | ||
| 26522 | 26540 | "test/evp_extra_test" => [ | |
| 26523 | 26541 | "providers/evp_extra_test-bin-legacyprov.o", | |
| 26524 | 26542 | "test/evp_extra_test-bin-evp_extra_test.o" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -11,7 +11,7 @@ | |||
| 11 | 11 | */ | |
| 12 | 12 | ||
| 13 | 13 | #define PLATFORM "platform: BSD-x86" | |
| 14 | - #define DATE "built on: Mon Aug 12 15:15:35 2024 UTC" | ||
| 14 | + #define DATE "built on: Mon Sep 30 17:05:57 2024 UTC" | ||
| 15 | 15 | ||
| 16 | 16 | /* | |
| 17 | 17 | * Generate compiler_flags as an array of individual characters. This is a | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -29,7 +29,7 @@ extern "C" { | |||
| 29 | 29 | */ | |
| 30 | 30 | # define OPENSSL_VERSION_MAJOR 3 | |
| 31 | 31 | # define OPENSSL_VERSION_MINOR 0 | |
| 32 | - # define OPENSSL_VERSION_PATCH 14 | ||
| 32 | + # define OPENSSL_VERSION_PATCH 15 | ||
| 33 | 33 | ||
| 34 | 34 | /* | |
| 35 | 35 | * Additional version information | |
@@ -74,21 +74,21 @@ extern "C" { | |||
| 74 | 74 | * longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and | |
| 75 | 75 | * OPENSSL_VERSION_BUILD_METADATA_STR appended. | |
| 76 | 76 | */ | |
| 77 | - # define OPENSSL_VERSION_STR "3.0.14" | ||
| 78 | - # define OPENSSL_FULL_VERSION_STR "3.0.14+quic" | ||
| 77 | + # define OPENSSL_VERSION_STR "3.0.15" | ||
| 78 | + # define OPENSSL_FULL_VERSION_STR "3.0.15+quic" | ||
| 79 | 79 | ||
| 80 | 80 | /* | |
| 81 | 81 | * SECTION 3: ADDITIONAL METADATA | |
| 82 | 82 | * | |
| 83 | 83 | * These strings are defined separately to allow them to be parsable. | |
| 84 | 84 | */ | |
| 85 | - # define OPENSSL_RELEASE_DATE "4 Jun 2024" | ||
| 85 | + # define OPENSSL_RELEASE_DATE "3 Sep 2024" | ||
| 86 | 86 | ||
| 87 | 87 | /* | |
| 88 | 88 | * SECTION 4: BACKWARD COMPATIBILITY | |
| 89 | 89 | */ | |
| 90 | 90 | ||
| 91 | - # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.14+quic 4 Jun 2024" | ||
| 91 | + # define OPENSSL_VERSION_TEXT "OpenSSL 3.0.15+quic 3 Sep 2024" | ||
| 92 | 92 | ||
| 93 | 93 | /* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */ | |
| 94 | 94 | # ifdef OPENSSL_VERSION_PRE_RELEASE | |
| Back | FazBrowse Home | New Git URL |
0 commit comments