Alex -
(i cc'd you this to you directly since i dont know if
this messg will; make it to the list_)

1. remove edit to bn.h
2.In bn_div.c:

Replace line 241
which reads:

q=((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0;

with this:

q=(BN_ULONG)((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0;

This i believe has been fixed for next release.

Andrew
([EMAIL PROTECTED])

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to