From: Jeffrey Altman <[EMAIL PROTECTED]>

jaltman> .\crypto\bn\bn_mul.c(109) : error C2220: warning treated as error - no
jaltman> object file generated
jaltman> .\crypto\bn\bn_mul.c(109) : warning C4146: unary minus operator
jaltman> applied to unsigned type, result still unsigned
jaltman> .\crypto\bn\bn_mul.c(114) : warning C4146: unary minus operator
jaltman> applied to unsigned type, result still unsigned
jaltman> .\crypto\bn\bn_mul.c(119) : warning C4146: unary minus operator
jaltman> applied to unsigned type, result still unsigned
jaltman> .\crypto\bn\bn_mul.c(124) : warning C4146: unary minus operator
jaltman> applied to unsigned type, result still unsigned

Does it get better if you change all occurences of "(-t-c)" to "(0-t-c)"?

-- 
Richard Levitte   \ Spannv�gen 38, II \ [EMAIL PROTECTED]
Chairman@Stacken   \ S-168 35  BROMMA  \ T: +46-8-26 52 47
Redakteur@Stacken   \      SWEDEN       \ or +46-709-50 36 10
Procurator Odiosus Ex Infernis                -- [EMAIL PROTECTED]
Member of the OpenSSL development team: http://www.openssl.org/
Software Engineer, Celo Communications: http://www.celocom.com/

Unsolicited commercial email is subject to an archival fee of $400.
See <http://www.stacken.kth.se/~levitte/mail/> for more info.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to