Rein Tollevik wrote:
> 
> Configuring OpenSSL v0.9.3a using solaris-sparc-cc as target failes the
> tests when using cc: WorkShop Compilers 5.0 98/12/15 C 5.0.  The
> solaris-usparc-cc options seem to work with this compiler though.
> 
> The solaris-sparc-cc compilation options must be changed to optimizing
> at -x02 level and without -xdepend (which forces -xO3), or "make test"
> failes in bntest.   Version 4.2 of the sun cc does compile and test with
> the solaris-sparc-cc options.
> 
> For what it might be worth, the final output from "make test" are:
> 
> starting big number library test, could take a while...
> test BN_add
> test BN_sub
> 64  tests done
> 128  tests done
> test BN_lshift1
> test BN_lshift (fixed)
> test BN_lshift
> 192  tests done
> test BN_rshift1
> 256  tests done
> test BN_rshift
> 320  tests done
> syntax error on line 484, teletype
> 384  tests done
> 448  tests done
> test a^b%c implementations
> ./exptest
> 
> [where exptest goes into an infinite loop]
> 
> test/bntest output ends with:
> 
> test BN_rshift
> -B2DDB41D35D2AAFEBCC8CB658763C655AE8056E363F4DF842B / 2 - 
>-596EDA0E9AE9557F5E6465B2C3B1E32AD7402B71B1FA6FC215
> Right shift test failed!

Hmmph. Of course, the test should bail out at this point, not continue
so it can fail in a more complex way!

Also, it ought to show why it thinks it failed. I'll take a look at this
shortly.

Cheers,

Ben.

--
http://www.apache-ssl.org/ben.html

"My grandfather once told me that there are two kinds of people: those
who work and those who take the credit. He told me to try to be in the
first group; there was less competition there."
     - Indira Gandhi
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to