-
-
Notifications
You must be signed in to change notification settings - Fork 10.7k
Closed
Labels
branch: 3.2Merge to openssl-3.2Merge to openssl-3.2branch: 3.3Merge to openssl-3.3Merge to openssl-3.3branch: 3.4Merge to openssl-3.4Merge to openssl-3.4branch: masterMerge to master branchMerge to master branchtriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug
Description
Hi again! This is a follow-up to #26316. It seems more than just COMP_R_BROTLI_DEFLATE_ERROR
and COMP_R_BROTLI_ENCODE_ERROR
were affected.
Looking at openssl.txt
and comperr.h
, here are the differences:
COMP_R_BROTLI_NOT_SUPPORTED
: 104 in the headers, and 105 in the file.COMP_R_ZSTD_COMPRESS_ERROR
: 105 in the headers, and 107 in the file.COMP_R_ZSTD_DECOMPRESS_ERROR
: 107 in the headers, and 109 in the file.COMP_R_ZSTD_NOT_SUPPORTED
: 108 in the headers, and 110 in the file. (Duplicate ofCONF_R_ERROR_LOADING_DSO
's error code.)
Once again, this is affecting @picnixz's work on Python's ssl module:
Metadata
Metadata
Assignees
Labels
branch: 3.2Merge to openssl-3.2Merge to openssl-3.2branch: 3.3Merge to openssl-3.3Merge to openssl-3.3branch: 3.4Merge to openssl-3.4Merge to openssl-3.4branch: masterMerge to master branchMerge to master branchtriaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug