Updates to the new SSL compression code
[openssl.git] / ssl / ssl3.h
index 7c5c94d7c90789040e3caa939251934ccb6fcaaa..cf8238c1ebcc83be02535cb4d5c52c653a0649d1 100644 (file)
@@ -341,12 +341,13 @@ typedef struct ssl3_ctx_st
                EVP_CIPHER *new_sym_enc;
                EVP_MD *new_hash;
 #ifdef HEADER_COMP_H
-               COMP_METHOD *new_compression;
+               SSL_COMP *new_compression;
 #else
                char *new_compression;
 #endif
                int cert_request;
                } tmp;
+
        } SSL3_CTX;
 
 /* SSLv3 */