mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
gh-139573: Update OpenSSL in CI (GH-139577)
This commit is contained in:
parent
0f0fc5a163
commit
98e748b3a0
5 changed files with 17 additions and 12 deletions
|
|
@ -1,6 +1,6 @@
|
|||
/* File generated by Tools/ssl/make_ssl_data.py */
|
||||
/* Generated on 2025-08-13T16:42:33.155822+00:00 */
|
||||
/* Generated from Git commit openssl-3.5.2-0-g0893a6235 */
|
||||
/* Generated on 2025-10-04T17:49:19.148321+00:00 */
|
||||
/* Generated from Git commit openssl-3.5.4-0-gc1eeb9406 */
|
||||
|
||||
/* generated from args.lib2errnum */
|
||||
static struct py_ssl_library_code library_codes[] = {
|
||||
|
|
@ -5338,6 +5338,11 @@ static struct py_ssl_error_code error_codes[] = {
|
|||
#else
|
||||
{"FIPS_MODULE_ENTERING_ERROR_STATE", 57, 224},
|
||||
#endif
|
||||
#ifdef PROV_R_FIPS_MODULE_IMPORT_PCT_ERROR
|
||||
{"FIPS_MODULE_IMPORT_PCT_ERROR", ERR_LIB_PROV, PROV_R_FIPS_MODULE_IMPORT_PCT_ERROR},
|
||||
#else
|
||||
{"FIPS_MODULE_IMPORT_PCT_ERROR", 57, 253},
|
||||
#endif
|
||||
#ifdef PROV_R_FIPS_MODULE_IN_ERROR_STATE
|
||||
{"FIPS_MODULE_IN_ERROR_STATE", ERR_LIB_PROV, PROV_R_FIPS_MODULE_IN_ERROR_STATE},
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue