Fix WIN32 build by disabling bn* calls.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 21 Oct 2014 16:48:38 +0000 (17:48 +0100)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 29 Oct 2014 22:23:31 +0000 (22:23 +0000)
commitecb9966e7c44896cf04ab577d4a5d27c9c5ddfac
treef23b9ba47aea26299a7e9e1232368d3403b43560
parentc381b63764dfb4d5a812cc51abaef423e73c49e5
Fix WIN32 build by disabling bn* calls.

The trial division and probable prime with coprime tests are disabled
on WIN32 builds because they use internal functions not exported from
the WIN32 DLLs.
Reviewed-by: Emilia Käsper <emilia@openssl.org>
apps/speed.c
crypto/bn/bntest.c