You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
811 B
23 lines
811 B
diff -up openssl-1.0.1-beta2/ssl/dtls1.h.dtls1-abi openssl-1.0.1-beta2/ssl/dtls1.h |
|
--- openssl-1.0.1-beta2/ssl/dtls1.h.dtls1-abi 2012-02-06 17:07:34.630336118 +0100 |
|
+++ openssl-1.0.1-beta2/ssl/dtls1.h 2012-02-06 17:10:08.956623707 +0100 |
|
@@ -222,9 +222,6 @@ 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; |
|
@@ -248,6 +245,9 @@ typedef struct dtls1_state_st |
|
unsigned int retransmitting; |
|
unsigned int change_cipher_spec_ok; |
|
|
|
+ /* Is set when listening for new connections with dtls1_listen() */ |
|
+ unsigned int listen; |
|
+ |
|
#ifndef OPENSSL_NO_SCTP |
|
/* used when SSL_ST_XX_FLUSH is entered */ |
|
int next_state;
|
|
|