From 8f0d68fa270de23ceada7a5e636453612bc371a8 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 5 Jul 2000 02:23:55 +0000 Subject: Beautification --- ssl/ssl.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ssl') 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) -- cgit v1.2.3