PR: 2033
Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>
Approved by: steve@openssl.org

DTLS listen support.
diff --git a/ssl/dtls1.h b/ssl/dtls1.h
index 926af1c..c4d3a75 100644
--- a/ssl/dtls1.h
+++ b/ssl/dtls1.h
@@ -212,6 +212,9 @@
 	 */
 	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;