On Mon, Apr 05, 1999 at 02:00:01PM -0500, olga wrote:

> While compiling on IRIX with cc I got the following error:
> cfe: Error: bn_mul.c, line 98: Syntax Error
>         if (n2 < (16) // 32 )
>         ---------------^
[etc. etc.]
> The problem I guess is C++ comments in C code (in crypto/bn/bn_lcl.h):
> 
> bn_lcl.h:#define BN_MULL_SIZE_NORMAL                    (16) // 32
[etc.]
> Am I right?

Yes.  This is already fixed in the current sourcecode snapshot.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to