Skip to content

Commit

Permalink
Removed unused struct ssl3_comp_st
Browse files Browse the repository at this point in the history
Fixes #21731

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from #21803)
  • Loading branch information
fwh-dc authored and t8m committed Aug 29, 2023
1 parent 20a54aa commit 2de153d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
10 changes: 0 additions & 10 deletions ssl/ssl_local.h
Expand Up @@ -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,
Expand Down
1 change: 0 additions & 1 deletion util/indent.pro
Expand Up @@ -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
Expand Down

0 comments on commit 2de153d

Please sign in to comment.