mirror of https://github.com/openssl/openssl.git
Removed unused struct ssl3_comp_st
Fixes #21731 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21803)
This commit is contained in:
parent
20a54aa21f
commit
2de153dc5a
|
@ -2163,16 +2163,6 @@ typedef struct ssl3_enc_method {
|
||||||
*/
|
*/
|
||||||
# define SSL_ENC_FLAG_TLS1_2_CIPHERS 0x10
|
# 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 {
|
typedef enum downgrade_en {
|
||||||
DOWNGRADE_NONE,
|
DOWNGRADE_NONE,
|
||||||
DOWNGRADE_TO_1_2,
|
DOWNGRADE_TO_1_2,
|
||||||
|
|
|
@ -382,7 +382,6 @@
|
||||||
-T SRTP_PROTECTION_PROFILE
|
-T SRTP_PROTECTION_PROFILE
|
||||||
-T SSL
|
-T SSL
|
||||||
-T TLS_BUFFER
|
-T TLS_BUFFER
|
||||||
-T SSL3_COMP
|
|
||||||
-T SSL3_ENC_METHOD
|
-T SSL3_ENC_METHOD
|
||||||
-T TLS_RL_RECORD
|
-T TLS_RL_RECORD
|
||||||
-T SSL3_STATE
|
-T SSL3_STATE
|
||||||
|
|
Loading…
Reference in New Issue