summaryrefslogtreecommitdiffstats
path: root/crypto/bn/Makefile.ssl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2000-02-25 20:28:54 +0000
committerUlf Möller <ulf@openssl.org>2000-02-25 20:28:54 +0000
commit17dddc0596833f15161cd7fa5614004245e8c588 (patch)
tree24ea0574725649d552151574a3196e0ac9157a91 /crypto/bn/Makefile.ssl
parentb91f8a482cc1d6199ce835f53d0ca285b9a796ee (diff)
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.
Diffstat (limited to 'crypto/bn/Makefile.ssl')
-rw-r--r--crypto/bn/Makefile.ssl2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/bn/Makefile.ssl b/crypto/bn/Makefile.ssl
index 3b7b29827c..cc72ac9111 100644
--- a/crypto/bn/Makefile.ssl
+++ b/crypto/bn/Makefile.ssl
@@ -65,6 +65,8 @@ knuth: bn_knuth.c
knuth.fast: bn_knuth.c
cc -pg -fast -I.. -I../../include bn_knuth.c -o knuth $(LIB) #../../../libefence.a
+divtest: divtest.c
+ cc -I../../include divtest.c -o divtest ../../libcrypto.a
lib: $(LIBOBJ)
$(AR) $(LIB) $(LIBOBJ)