diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libssl/dtls_locl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/libssl/dtls_locl.h b/src/lib/libssl/dtls_locl.h index 3e4334bf91..da5c259aff 100644 --- a/src/lib/libssl/dtls_locl.h +++ b/src/lib/libssl/dtls_locl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dtls_locl.h,v 1.9 2021/10/23 13:36:03 jsing Exp $ */ | 1 | /* $OpenBSD: dtls_locl.h,v 1.10 2021/10/23 13:45:44 jsing 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. |
@@ -77,8 +77,6 @@ typedef struct dtls1_bitmap_st { | |||
77 | } DTLS1_BITMAP; | 77 | } DTLS1_BITMAP; |
78 | 78 | ||
79 | struct dtls1_retransmit_state { | 79 | struct dtls1_retransmit_state { |
80 | EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ | ||
81 | EVP_MD_CTX *write_hash; /* used for mac generation */ | ||
82 | SSL_SESSION *session; | 80 | SSL_SESSION *session; |
83 | unsigned short epoch; | 81 | unsigned short epoch; |
84 | }; | 82 | }; |