CLEANUP: ssl: remove unused definitions

not need since 	e7eb1fec2f
This commit is contained in:
Ilya Shipitsin 2021-03-20 22:30:59 +05:00 committed by William Lallemand
parent fb00f31af4
commit 8cd1627599
1 changed files with 0 additions and 20 deletions

View File

@ -175,26 +175,6 @@ struct sh_ssl_sess_hdr {
unsigned char key_data[SSL_MAX_SSL_SESSION_ID_LENGTH];
};
#if HA_OPENSSL_VERSION_NUMBER >= 0x1000200fL
#define SSL_SOCK_POSSIBLE_KT_COMBOS (1<<(SSL_SOCK_NUM_KEYTYPES))
struct key_combo_ctx {
SSL_CTX *ctx;
int order;
};
/* Map used for processing multiple keypairs for a single purpose
*
* This maps CN/SNI name to certificate type
*/
struct sni_keytype {
int keytypes; /* BITMASK for keytypes */
struct ebmb_node name; /* node holding the servername value */
};
#endif
/* issuer chain store with hash of Subject Key Identifier
certificate/issuer matching is verify with X509_check_issued
*/