Hi,

I'm getting problems with crypto/bn/bn_lcl.h:

#define BN_MULL_SIZE_NORMAL                     (16) // 32
#define BN_MUL_RECURSIVE_SIZE_NORMAL            (16) // 32 /* less than */
#define BN_SQR_RECURSIVE_SIZE_NORMAL            (16) // 32
#define BN_MUL_LOW_RECURSIVE_SIZE_NORMAL        (32) // 32
#define BN_MONT_CTX_SET_SIZE_WORD               (64) // 32

the "// 32" parts of these are causing the compiler to complain. I'm
assuming that these are C++ style comments and can be safely removed
(make test seems OK anyway). Is this correct, and if so is my
compiler/pre-processor at fault?

Thanks.

--David Coles

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to