DH_check_pub_key_ex was accidentally calling DH_check,
authorBernd Edlinger <bernd.edlinger@hotmail.de>
Fri, 6 Sep 2019 22:58:31 +0000 (00:58 +0200)
committerBernd Edlinger <bernd.edlinger@hotmail.de>
Mon, 9 Sep 2019 12:46:30 +0000 (14:46 +0200)
commit8003138fa9674bb160ced09520de43c3618d3ede
tree52617da98daf714db5d59ad5090fce190f305cb2
parent1f9dc86b557dd259b636882836885d8e6714735e
DH_check_pub_key_ex was accidentally calling DH_check,
so results were undefined.

Reviewed-by: Paul Dale <paul.dale@oracle.com>
(Merged from https://github.com/openssl/openssl/pull/9796)

(cherry picked from commit 2b95e8efcf8b99892106070d9ac745a0a369f503)
crypto/dh/dh_check.c