Richard,

Thanks for the quick response, and I apologize for the Outlook-induced
response at the top of the message.  Here is the tail end of the output 
of the bntest program:

test BN_sqr
print "test BN_sqr\n"
-8EEA00FF00 * -8EEA00FF00 - 4FC86F00B62CFE010000
3FF8151C88E67 * 3FF8151C88E67 - FFC0ACCF4685B3D09FE266D71
-8BBBB00FFACFFFF * -8BBBB00FFACFFFF - 4C455ACC0ACC45ABE2A4E700A60001
-20FF0000FF007A4000 * -20FF0000FF007A4000 -
440BE0141BC21848981F38BBA6110000000
A4E2E2FF00000000FFFF * A4E2E2FF00000000FFFF -
6A337BEC4B833A0249C47C383A020000FFFE0001
30000FFFFFF9E9E33000034 * 30000FFFFFF9E9E33000034 -
900060000FDB7B46F3C675D0BAAB6FE017044B8000A90
Square test failed!
1

Again, thanks for the rapid response.  What would you like me to do next?

Merry Christmas, by the way.

Bruce

-----Original Message-----
From: Richard Levitte - VMS Whacker via RT [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, December 24, 2002 3:21 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: Re: [openssl.org #417] make test fails in BN_sqr under Solaris 8



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 
rt> tmp.bntest.  The very end of that file contains:
rt>  
rt> print "test BN_sqr\n"
rt> -FF00008537 * -FF00008537 - FE0101096392455231D1 3FFFFFFFF003D * 
rt> 3FFFFFFFF003D - FFFFFFFF801E80000FF860E89 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