X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=87b103dec93f82da3664ea25666552b8f5d02cda;hp=e5fb64c07872163e42fb4e357d0210cfee594ed6;hb=c661ac16891460eaf443db3303a7b1358b14526d;hpb=5fb6f80cdfa418d9429f39f348d7bab8b5f9578a diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index e5fb64c078..87b103dec9 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1434,14 +1434,7 @@ typedef struct dtls1_state_st { struct timeval next_timeout; /* Timeout duration */ unsigned short timeout_duration; - /* - * storage for Alert/Handshake protocol data received but not yet - * processed by ssl3_read_bytes: - */ - unsigned char alert_fragment[DTLS1_AL_HEADER_LENGTH]; - unsigned int alert_fragment_len; - unsigned char handshake_fragment[DTLS1_HM_HEADER_LENGTH]; - unsigned int handshake_fragment_len; + unsigned int retransmitting; /* * Set when the handshake is ready to process peer's ChangeCipherSpec message.