]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - openssl/patches/openssl-1.0.1-beta2-dtls1-abi.patch
openssl: Update to 1.0.1b.
[people/arne_f/ipfire-3.x.git] / openssl / patches / openssl-1.0.1-beta2-dtls1-abi.patch
1 diff -up openssl-1.0.1-beta2/ssl/dtls1.h.dtls1-abi openssl-1.0.1-beta2/ssl/dtls1.h
2 --- openssl-1.0.1-beta2/ssl/dtls1.h.dtls1-abi 2012-02-06 17:07:34.630336118 +0100
3 +++ openssl-1.0.1-beta2/ssl/dtls1.h 2012-02-06 17:10:08.956623707 +0100
4 @@ -222,9 +222,6 @@ typedef struct dtls1_state_st
5 */
6 record_pqueue buffered_app_data;
7
8 - /* Is set when listening for new connections with dtls1_listen() */
9 - unsigned int listen;
10 -
11 unsigned int mtu; /* max DTLS packet size */
12
13 struct hm_header_st w_msg_hdr;
14 @@ -248,6 +245,9 @@ typedef struct dtls1_state_st
15 unsigned int retransmitting;
16 unsigned int change_cipher_spec_ok;
17
18 + /* Is set when listening for new connections with dtls1_listen() */
19 + unsigned int listen;
20 +
21 #ifndef OPENSSL_NO_SCTP
22 /* used when SSL_ST_XX_FLUSH is entered */
23 int next_state;