Test the division functions.
authorUlf Möller <ulf@openssl.org>
Fri, 25 Feb 2000 20:28:54 +0000 (20:28 +0000)
committerUlf Möller <ulf@openssl.org>
Fri, 25 Feb 2000 20:28:54 +0000 (20:28 +0000)
commit17dddc0596833f15161cd7fa5614004245e8c588
tree24ea0574725649d552151574a3196e0ac9157a91
parentb91f8a482cc1d6199ce835f53d0ca285b9a796ee
Test the division functions.

Apparently BN_div_recp reports an error for small divisors
(1,2,4,8,40).

I haven't got mismatches so far. If you can, please run the test
program for a few days (nohup divtest >out& or something), and if it
reports a mismatch, post the output.
crypto/bn/Makefile.ssl
crypto/bn/divtest.c [new file with mode: 0644]