X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fssl_locl.h;h=b7c4fe75d1854f200c5b52ab5c9c3c2a70bd0ce9;hp=84b7458a56ac451cf8f15fa609eff2bd5e334c94;hb=912c89c529de78de807f58072ae77456b4a251b5;hpb=e3d0dae7cf8363ca462ac425b72c7bb31c3b4b7a diff --git a/ssl/ssl_locl.h b/ssl/ssl_locl.h index 84b7458a56..b7c4fe75d1 100644 --- a/ssl/ssl_locl.h +++ b/ssl/ssl_locl.h @@ -1431,8 +1431,6 @@ typedef struct dtls1_state_st { /* Buffered (sent) handshake records */ pqueue sent_messages; - /* Is set when listening for new connections with dtls1_listen() */ - unsigned int listen; unsigned int link_mtu; /* max on-the-wire DTLS packet size */ unsigned int mtu; /* max DTLS packet size */ struct hm_header_st w_msg_hdr;