From 8f73431cfdd5b979dba2b0a4a8a722b75f0eff66 Mon Sep 17 00:00:00 2001 From: jsing Date: Sat, 23 Oct 2021 13:45:44 +0000 Subject: [PATCH] Remove unused fields from struct dtls1_retransmit_state. --- lib/libssl/dtls_locl.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/libssl/dtls_locl.h b/lib/libssl/dtls_locl.h index 3e4334bf915..da5c259aff2 100644 --- a/lib/libssl/dtls_locl.h +++ b/lib/libssl/dtls_locl.h @@ -1,4 +1,4 @@ -/* $OpenBSD: dtls_locl.h,v 1.9 2021/10/23 13:36:03 jsing Exp $ */ +/* $OpenBSD: dtls_locl.h,v 1.10 2021/10/23 13:45:44 jsing Exp $ */ /* * DTLS implementation written by Nagendra Modadugu * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. @@ -77,8 +77,6 @@ typedef struct dtls1_bitmap_st { } DTLS1_BITMAP; struct dtls1_retransmit_state { - EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ - EVP_MD_CTX *write_hash; /* used for mac generation */ SSL_SESSION *session; unsigned short epoch; }; -- 2.20.1