Remove test_probable_prime_coprime from test/bntest.c
authorRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2016 18:34:45 +0000 (19:34 +0100)
committerRichard Levitte <levitte@openssl.org>
Wed, 13 Jan 2016 18:34:45 +0000 (19:34 +0100)
commit8ffcca65861520fb95e4603b2cb80b3028e56baa
treec7a8aaf19e946182987cf8b3d03bf71a07596f92
parentf625d383719b3edb0c498d9596ead025935d0453
Remove test_probable_prime_coprime from test/bntest.c

This test relies on a private function, which isn't exported.
This test would work better as a unit test in crypto/bn/bn_prime.c.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/bntest.c