Beautification
This commit is contained in:
parent
d54f8c8cf6
commit
8f0d68fa27
12
ssl/ssl.h
12
ssl/ssl.h
@ -360,15 +360,15 @@ typedef struct ssl_session_st
|
||||
#define SSL_SESSION_CACHE_MAX_SIZE_DEFAULT (1024*20)
|
||||
|
||||
typedef struct ssl_comp_st
|
||||
{
|
||||
int id;
|
||||
char *name;
|
||||
{
|
||||
int id;
|
||||
char *name;
|
||||
#ifndef NO_COMP
|
||||
COMP_METHOD *method;
|
||||
COMP_METHOD *method;
|
||||
#else
|
||||
char *method;
|
||||
char *method;
|
||||
#endif
|
||||
} SSL_COMP;
|
||||
} SSL_COMP;
|
||||
|
||||
DECLARE_STACK_OF(SSL_COMP)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user