In message <[EMAIL PROTECTED]> on Tue, 24 Dec 2002 21:57:42 
+0100 (MET), "Mohler, Bruce via RT" <[EMAIL PROTECTED]> said:

rt> test BN_sqr
rt> Square test failed!
rt>  
rt> In the test sub-directory, there is an output file called tmp.bntest.  The
rt> very end of that file contains:
rt>  
rt> print "test BN_sqr\n"
rt> -FF00008537 * -FF00008537 - FE0101096392455231D1
rt> 3FFFFFFFF003D * 3FFFFFFFF003D - FFFFFFFF801E80000FF860E89
rt> 1

If you run those lines through bc (after setting obase and ibase to 16
(do obase first, or you'll be surprised :-)), you'll see they both
result in 0, which is correct, so those are unfortunately the good
result *before* the failing one.

The way to find the error is to run ./test/bntest and see what it says
directly to your console (or redirected to a file, and don't forget to
redirect stderr as well).  Please do that and tell us what it said.

-- 
Richard Levitte   \ Spannvägen 38, II \ [EMAIL PROTECTED]
Redakteur@Stacken  \ S-168 35  BROMMA  \ T: +46-8-26 52 47
                    \      SWEDEN       \ or +46-708-26 53 44
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to