Blame SOURCES/openssl-1.0.2a-dtls1-abi.patch

557317
diff -up openssl-1.0.2a/ssl/dtls1.h.dtls1-abi openssl-1.0.2a/ssl/dtls1.h
557317
--- openssl-1.0.2a/ssl/dtls1.h.dtls1-abi	2015-04-21 10:49:57.984781143 +0200
557317
+++ openssl-1.0.2a/ssl/dtls1.h	2015-04-21 16:41:37.835164264 +0200
557317
@@ -214,9 +214,6 @@ typedef struct dtls1_state_st {
557317
      * loss.
557317
      */
557317
     record_pqueue buffered_app_data;
557317
-    /* Is set when listening for new connections with dtls1_listen() */
557317
-    unsigned int listen;
557317
-    unsigned int link_mtu;      /* max on-the-wire DTLS packet size */
557317
     unsigned int mtu;           /* max DTLS packet size */
557317
     struct hm_header_st w_msg_hdr;
557317
     struct hm_header_st r_msg_hdr;
557317
@@ -241,6 +238,9 @@ typedef struct dtls1_state_st {
557317
      * Cleared after the message has been processed.
557317
      */
557317
     unsigned int change_cipher_spec_ok;
557317
+    /* Is set when listening for new connections with dtls1_listen() */
557317
+    unsigned int listen;
557317
+    unsigned int link_mtu;      /* max on-the-wire DTLS packet size */
557317
 #  ifndef OPENSSL_NO_SCTP
557317
     /* used when SSL_ST_XX_FLUSH is entered */
557317
     int next_state;