Add missing return value checks
authorMatt Caswell <matt@openssl.org>
Fri, 29 Jan 2016 09:40:03 +0000 (09:40 +0000)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Jan 2016 11:58:45 +0000 (11:58 +0000)
commit83ab6e55a1f8de9b3e45d13dcc78eb739dc66dea
tree44260e32d061a2be3cac584acffcce2e02f3fa55
parent7107798ae6c5e19f581915928a69073d17cc21ab
Add missing return value checks

The function DH_check_pub_key() was missing some return value checks in
some calls to BN functions.

RT#4278

Reviewed-by: Andy Polyakov <appro@openssl.org>
(cherry picked from commit f5a12207eccfd814bde68b880a96910dfa25f164)
crypto/dh/dh_check.c