summaryrefslogtreecommitdiff
path: root/src/lib/libssl/dtls1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/dtls1.h')
-rw-r--r--src/lib/libssl/dtls1.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/lib/libssl/dtls1.h b/src/lib/libssl/dtls1.h
index c6e302faf4..e7229fb56b 100644
--- a/src/lib/libssl/dtls1.h
+++ b/src/lib/libssl/dtls1.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: dtls1.h,v 1.13 2014/06/12 15:49:31 deraadt Exp $ */ 1/* $OpenBSD: dtls1.h,v 1.14 2014/07/10 08:51:14 tedu Exp $ */
2/* 2/*
3 * DTLS implementation written by Nagendra Modadugu 3 * DTLS implementation written by Nagendra Modadugu
4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. 4 * (nagendra@cs.stanford.edu) for the OpenSSL project 2005.
@@ -108,11 +108,6 @@ typedef struct dtls1_bitmap_st {
108struct dtls1_retransmit_state { 108struct dtls1_retransmit_state {
109 EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ 109 EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */
110 EVP_MD_CTX *write_hash; /* used for mac generation */ 110 EVP_MD_CTX *write_hash; /* used for mac generation */
111#ifndef OPENSSL_NO_COMP
112 COMP_CTX *compress; /* compression */
113#else
114 char *compress;
115#endif
116 SSL_SESSION *session; 111 SSL_SESSION *session;
117 unsigned short epoch; 112 unsigned short epoch;
118}; 113};