Fixed missing return value checks.
authorMatt Caswell <matt@openssl.org>
Thu, 26 Feb 2015 11:54:58 +0000 (11:54 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 27 Feb 2015 15:18:21 +0000 (15:18 +0000)
commit87cd297d149495eca0735ec5653c19acaf69286e
treeb87dabefe1073806c6b3b97e8ce59764c48cf833
parent195f6302bbeae064401d0cefbdc56b8f9db5d0e0
Fixed missing return value checks.

Added various missing return value checks in tls1_change_cipher_state.

Reviewed-by: Richard Levitte <levitte@openssl.org>
ssl/t1_enc.c