Index: ssl/d1_pkt.c
===================================================================
RCS file: /v/openssl/cvs/openssl/ssl/d1_pkt.c,v
retrieving revision 1.4.2.28
diff -u -r1.4.2.28 d1_pkt.c
--- ssl/d1_pkt.c	27 Sep 2009 14:04:33 -0000	1.4.2.28
+++ ssl/d1_pkt.c	4 Apr 2010 08:17:21 -0000
@@ -766,7 +766,7 @@
 		 * buffer the application data for later processing rather
 		 * than dropping the connection.
 		 */
-		dtls1_buffer_record(s, &(s->d1->buffered_app_data), 0);
+		dtls1_buffer_record(s, &(s->d1->buffered_app_data), rr->seq_num);
 		rr->length = 0;
 		goto start;
 		}
