aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-07-05 02:23:55 +0000
committerRichard Levitte <levitte@openssl.org>2000-07-05 02:23:55 +0000
commit8f0d68fa270de23ceada7a5e636453612bc371a8 (patch)
treedf659e28720c6210e98142882a12bdc598f06dac /ssl
parentd54f8c8cf60c3e2137dcd0259644db74f91aee63 (diff)
downloadopenssl-8f0d68fa270de23ceada7a5e636453612bc371a8.tar.gz
Beautification
Diffstat (limited to 'ssl')
-rw-r--r--ssl/ssl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ssl/ssl.h b/ssl/ssl.h
index f41a17e8df..1c55cf02ab 100644
--- a/ssl/ssl.h
+++ b/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)