From 17dddc0596833f15161cd7fa5614004245e8c588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Fri, 25 Feb 2000 20:28:54 +0000 Subject: 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 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/bn/Makefile.ssl') 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) -- cgit v1.2.3