STACK_OF(SSL_COMP) is a public type
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
@@ -325,8 +325,10 @@ typedef struct ssl_cipher_st SSL_CIPHER;
|
|||||||
typedef struct ssl_session_st SSL_SESSION;
|
typedef struct ssl_session_st SSL_SESSION;
|
||||||
typedef struct tls_sigalgs_st TLS_SIGALGS;
|
typedef struct tls_sigalgs_st TLS_SIGALGS;
|
||||||
typedef struct ssl_conf_ctx_st SSL_CONF_CTX;
|
typedef struct ssl_conf_ctx_st SSL_CONF_CTX;
|
||||||
|
typedef struct ssl_comp_st SSL_COMP;
|
||||||
|
|
||||||
DEFINE_STACK_OF_CONST(SSL_CIPHER)
|
DEFINE_STACK_OF_CONST(SSL_CIPHER)
|
||||||
|
DEFINE_STACK_OF(SSL_COMP)
|
||||||
|
|
||||||
/* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/
|
/* SRTP protection profiles for use with the use_srtp extension (RFC 5764)*/
|
||||||
typedef struct srtp_protection_profile_st {
|
typedef struct srtp_protection_profile_st {
|
||||||
|
@@ -685,15 +685,12 @@ typedef struct srp_ctx_st {
|
|||||||
|
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
typedef struct ssl_comp_st SSL_COMP;
|
|
||||||
|
|
||||||
struct ssl_comp_st {
|
struct ssl_comp_st {
|
||||||
int id;
|
int id;
|
||||||
const char *name;
|
const char *name;
|
||||||
COMP_METHOD *method;
|
COMP_METHOD *method;
|
||||||
};
|
};
|
||||||
|
|
||||||
DEFINE_STACK_OF(SSL_COMP)
|
|
||||||
DEFINE_LHASH_OF(SSL_SESSION);
|
DEFINE_LHASH_OF(SSL_SESSION);
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user