Remove versions test from dtls1_buffer_message
authorDr. Stephen Henson <steve@openssl.org>
Tue, 26 Mar 2013 14:46:18 +0000 (14:46 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 26 Mar 2013 15:16:41 +0000 (15:16 +0000)
commit9cf0f187542f080031f83c5e538d3e1872ac09d1
tree595a9a7877999287478edc6e5c9c72d0f20c6d6a
parentcfd298b7aef2b095bee8d172a6a40d6c59d1574b
Remove versions test from dtls1_buffer_message

Since this is always called from DTLS code it is safe to assume the header
length should be the DTLS value. This avoids the need to check the version
number and should work with any version of DTLS (not just 1.0).
ssl/d1_both.c