'make update'
[openssl.git] / ssl / ssl.h
index f41a17e8df7341f43daf27f50d11e96ab971edad..f418b9921bfe8ee3c287f8e36cd36679c0ef2b96 100644 (file)
--- 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)
 
@@ -553,7 +553,7 @@ struct ssl_st
 #ifndef NO_BIO
        BIO *rbio; /* used by SSL_read */
        BIO *wbio; /* used by SSL_write */
-       BIO *bbio; /* used during session-id reuse to concatinate
+       BIO *bbio; /* used during session-id reuse to concatenate
                    * messages */
 #else
        char *rbio; /* used by SSL_read */