From: Richard Levitte Date: Wed, 5 Jul 2000 02:23:55 +0000 (+0000) Subject: Beautification X-Git-Tag: OpenSSL-engine-0_9_6-beta1~21^2~6 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8f0d68fa270de23ceada7a5e636453612bc371a8;p=oweals%2Fopenssl.git Beautification --- 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)