> How do I submit bug reports?  I couldn't find anything at www.openssl.com,
> but maybe I'm missing something obvious.  I have some more bug reports to
> submit.

Send mail to <[EMAIL PROTECTED]>. (Mail to that address
acutally is forwarded to openssl-dev, but it can be assigned it a
higher priority when reading mail.)

>    # definately use 2 characters
>    84              if (a->top == 0) { *(p++)='0'; *(p++)='0'; }

Where does that line come from?

In OpenSSL 0.9.4, line 84 of bn_print.c just contains a "{". Line
82 is
        if (a->top == 0) *(p++)='0';

"-0" is not possible, so I believe the function is correct.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to