Make DTLS always act as if read_ahead is set. The actual value of read_ahead
authorMatt Caswell <matt@openssl.org>
Mon, 26 Jan 2015 16:47:36 +0000 (16:47 +0000)
committerMatt Caswell <matt@openssl.org>
Tue, 27 Jan 2015 14:28:41 +0000 (14:28 +0000)
commit8dd4ad0ff5d1d07ec4b6dd5d5104131269a472aa
tree2d0a5459ddf83672dfc36e679554459402f971f1
parent2a4af9478d0be41ea8c782c3c7adda00f7e20fbb
Make DTLS always act as if read_ahead is set. The actual value of read_ahead
is ignored for DTLS.

RT#3657

Reviewed-by: Andy Polyakov <appro@openssl.org>
ssl/s3_pkt.c