Remove unnecessary check.
authorDr. Stephen Henson <steve@openssl.org>
Wed, 21 Sep 2016 11:57:01 +0000 (12:57 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 21 Sep 2016 19:00:46 +0000 (20:00 +0100)
commitaa388af1e18988894a48b8f64ae994eaa4366d5d
treefe7c6f70d043518e49e4667ad85e6ed96a070593
parent52e623c4cb06fffa9d5e75c60b34b4bc130b12e9
Remove unnecessary check.

The overflow check will never be triggered because the
the n2l3 result is always less than 2^24.

Reviewed-by: Matt Caswell <matt@openssl.org>
(cherry picked from commit 709ec8b3848e2ac201b86f49c5561debb8572ccd)
ssl/s3_both.c