Remove use of BN_init, BN_RECP_CTX_init from bntest
authorDr. Stephen Henson <steve@openssl.org>
Tue, 13 Jan 2015 15:21:28 +0000 (15:21 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Tue, 13 Jan 2015 15:39:37 +0000 (15:39 +0000)
commita5a412350daa8f49b90323ec2a99fee499fc5b6d
tree07fe4c433a1644680623e250d1d9a4f6cbb0b960
parent98b3b116ab678532eb288f79cf73c1e8f8d3db6d
Remove use of BN_init, BN_RECP_CTX_init from bntest

BN_init and BN_RECP_CTX_init are deprecated and are not exported
from shared libraries on some platforms (e.g. Windows) convert
bntest to use BN_new and BN_RECP_CTX_new instead.
Reviewed-by: Matt Caswell <matt@openssl.org>
crypto/bn/bntest.c