From: Frederik Wedel-Heinen Date: Tue, 22 Aug 2023 07:19:32 +0000 (+0200) Subject: Removed unused struct ssl3_comp_st X-Git-Tag: openssl-3.2.0-alpha1~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2de153dc5a2565bd922b9a15955f2abca02b215e;p=thirdparty%2Fopenssl.git Removed unused struct ssl3_comp_st Fixes #21731 Reviewed-by: Matt Caswell Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/21803) --- diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h index 96d2f307616..e2157ab6876 100644 --- a/ssl/ssl_local.h +++ b/ssl/ssl_local.h @@ -2163,16 +2163,6 @@ typedef struct ssl3_enc_method { */ # define SSL_ENC_FLAG_TLS1_2_CIPHERS 0x10 -# ifndef OPENSSL_NO_COMP -/* Used for holding the relevant compression methods loaded into SSL_CTX */ -typedef struct ssl3_comp_st { - int comp_id; /* The identifier byte for this compression - * type */ - char *name; /* Text name used for the compression type */ - COMP_METHOD *method; /* The method :-) */ -} SSL3_COMP; -# endif - typedef enum downgrade_en { DOWNGRADE_NONE, DOWNGRADE_TO_1_2, diff --git a/util/indent.pro b/util/indent.pro index f580b7ea5b4..1af494d2b56 100644 --- a/util/indent.pro +++ b/util/indent.pro @@ -382,7 +382,6 @@ -T SRTP_PROTECTION_PROFILE -T SSL -T TLS_BUFFER --T SSL3_COMP -T SSL3_ENC_METHOD -T TLS_RL_RECORD -T SSL3_STATE