summaryrefslogtreecommitdiffstats
path: root/ssl/ssl_locl.h
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2015-04-09 23:31:35 +0100
committerMatt Caswell <matt@openssl.org>2015-09-23 13:53:26 +0100
commit912c89c529de78de807f58072ae77456b4a251b5 (patch)
tree70193f5a8ba46975d9678e717719e097bab83358 /ssl/ssl_locl.h
parente3d0dae7cf8363ca462ac425b72c7bb31c3b4b7a (diff)
Remove remaining old listen code
The old implementation of DTLSv1_listen which has now been replaced still had a few vestiges scattered throughout the code. This commit removes them. Reviewed-by: Andy Polyakov <appro@openssl.org>
Diffstat (limited to 'ssl/ssl_locl.h')
-rw-r--r--ssl/ssl_locl.h2
1 files changed, 0 insertions, 2 deletions
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;