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:53:32 +0000 (11:53 +0000)
commitf5a12207eccfd814bde68b880a96910dfa25f164
tree7b950bdb5865a1271d94ed0c61788f4da8377545
parentcb389fe80462e20daba30835a9e86354451bd14f
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>
crypto/dh/dh_check.c