Fix read_ahead issue
authorMatt Caswell <matt@openssl.org>
Fri, 10 Apr 2015 14:33:45 +0000 (15:33 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 10 Apr 2015 15:21:20 +0000 (16:21 +0100)
commit4118dfdcc8aa2c2cf496bb33cbc1b9581c33af2f
treeb4a37169454505876ff2dca979af8e84d873d841
parent30f54ad295d58ff8c6d28c1fd612d23c2c343d19
Fix read_ahead issue

Fix a "&" that should have been "!" when processing read_ahead.

RT#3793

Reviewed-by: Rich Salz <rsalz@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/record/rec_layer_s3.c