>> I've still another problem with CodeWarrior Assembler in the ripemd asm code;
>> with the tests it crashes while executing the command:
>> openssl2 verify -CAfile \openssl\test_out\cert.tmp 
>> /openssl/certs/RegTP-5R.pem
> 
> Could you define "crashes"? Does application exit with an error code or
> does application abnormally terminate so that OS offers to or does
> create a core dump (or whatever it's called in NetWare)?

I assume ABEND.LOG is answer to this question...

>> When I compile with nasm all works fine....
> 
> Does it mean that the C code in these two cases is compiled with same
> compiler and same compiler flags? In other words can you confirm that
> replacing single object file, one compiled with nasm with one compiled
> with metrowerks, triggers the fault?

But you still have to confirm that the fault is actually triggered by
metrowerks assembler module. Trouble is that given the crash dump one
would rather suspect compiler bug than module in question.

On related note question is what prevents you from always using nasm? Or
rather do we actually need to support for metrowerks assembler?
Basically if there is one working configuration for netware, what do we
need second one for?

Furthermore. Most recent assembler modules detect CPU capabilities and
pick most optimal code path. It's appropriate to enable support for this
too. And given above question wouldn't it be easier to tinker with
single target;-)

Bottom line. I'd rather consider omitting metrowerks assembler support. A.

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

Reply via email to