summaryrefslogtreecommitdiffstats
path: root/ssl/ssl3.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssl/ssl3.h')
-rw-r--r--ssl/ssl3.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/ssl3.h b/ssl/ssl3.h
index 7c5c94d7c9..cf8238c1eb 100644
--- a/ssl/ssl3.h
+++ b/ssl/ssl3.h
@@ -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 */