Move CHANGES entry to 0.9.8l section
[openssl.git] / ssl / dtls1.h
index 926af1c4c5737c4241a156ef6cb1db6df301781e..c4d3a75111a6c0256dccf1644767c39292c76525 100644 (file)
@@ -212,6 +212,9 @@ typedef struct dtls1_state_st
         */
        record_pqueue buffered_app_data;
 
+       /* Is set when listening for new connections with dtls1_listen() */
+       unsigned int listen;
+
        unsigned int mtu; /* max DTLS packet size */
 
        struct hm_header_st w_msg_hdr;