X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_local.h;h=a1f15a712fa3611847c24dcf34ef934e9e87bef9;hp=fd21d0be82ec3d62ed221a3db7d09bafaa02305f;hb=b9e37f8f573de1951655f6d8684f2f65ffc6905b;hpb=248a9bf21ad5a61d911765964e2758e0da3c554c diff --git a/ssl/ssl_local.h b/ssl/ssl_local.h index fd21d0be82..a1f15a712f 100644 --- a/ssl/ssl_local.h +++ b/ssl/ssl_local.h @@ -1915,11 +1915,8 @@ typedef struct { # define DTLS1_SKIP_RECORD_HEADER 2 struct dtls1_retransmit_state { - EVP_CIPHER_CTX *enc_write_ctx; /* cryptographic state */ - EVP_MD_CTX *write_hash; /* used for mac generation */ - COMP_CTX *compress; /* compression */ - SSL_SESSION *session; - uint16_t epoch; + const OSSL_RECORD_METHOD *wrlmethod; + OSSL_RECORD_LAYER *wrl; }; struct hm_header_st {