On Thu, Feb 17, 2000 at 06:48:36PM -0500, Richard Dykiel wrote:

> Error in bn_div.c:
> #if defined(BN_LLONG) && defined(BN_DIV2W) && !defined(bn_div_words)
>    q=((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0;  ***** ERROR HERE *****
> #else
>    q=bn_div_words(n0,n1,d0);
> #endif

That is corrected in the current OpenSSL 0.9.5-dev snapshot.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to