Remove some dead code from EC_GROUP_check()
authorMatt Caswell <matt@openssl.org>
Fri, 29 Apr 2016 14:22:18 +0000 (15:22 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 29 Apr 2016 15:47:41 +0000 (16:47 +0100)
commitb8c51459aa5b5b6b78cce56a7b898944f5314550
tree4f9e7ce4b911421bed40d32cee1e547bbac0e38b
parent9d7ec8090ec1f131825c1bd087969c2e88750385
Remove some dead code from EC_GROUP_check()

EC_GROUP_check() was obtaining a temporary BIGNUM from the BN_CTX, but
then not using it.

Reviewed-by: Rich Salz <rsalz@openssl.org>
crypto/ec/ec_check.c