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

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