Beautification
authorRichard Levitte <levitte@openssl.org>
Wed, 5 Jul 2000 02:23:55 +0000 (02:23 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 5 Jul 2000 02:23:55 +0000 (02:23 +0000)
ssl/ssl.h

index f41a17e8df7341f43daf27f50d11e96ab971edad..1c55cf02abee333124e08d464d7a2e6a4b9942c3 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)