Has been resolved in todays CVS, thanks to Ben Laurie.

On Sun, Nov 2, 2008 at 9:13 PM, The default queue via RT <[EMAIL PROTECTED]> 
wrote:
>
> Greetings,
>
> This message has been automatically generated in response to the
> creation of a trouble ticket regarding:
>        "cannot compile camelia cmll_crt.c -- patch/diff included",
> a summary of which appears below.
>
> There is no need to reply to this message right now.  Your ticket has been
> assigned an ID of [openssl.org #1773].
>
> Please include the string:
>
>         [openssl.org #1773]
>
> in the subject line of all future correspondence about this issue. To do so,
> you may reply to this message.
>
>                        Thank you,
>                        [EMAIL PROTECTED]
>
> -------------------------------------------------------------------------
> VERSION: todays CVS for 0.9.9 (bleeding edge)
>
> ISSUE:
> first assert() included an unknown variable called 'counter'.
>
> --- \\Debbie\ger\prj\1original\openssl\openssl\crypto\camellia\cmll_ctr.c     
>   2008-11-01
> 20:08:48.000000000 +-0100
> +++ \\Debbie\ger\prj\3actual\openssl\crypto\camellia\cmll_ctr.c 2008-11-01
> 22:26:13.000000000 +-0100
> @@ -122,6 +129,6 @@
>        unsigned int n;
>
> -       assert(in && out && key && counter && num);
> -       assert(*num < CAMELLIA_BLOCK_SIZE);
> +       OPENSSL_assert(in && out && key && ecount_buf && num);
> +       OPENSSL_assert(*num < CAMELLIA_BLOCK_SIZE);
>
>        n = *num;
>
>
>
> --
> Met vriendelijke groeten / Best regards,
>
> Ger Hobbelt
>
> --------------------------------------------------
> web:    http://www.hobbelt.com/
>        http://www.hebbut.net/
> mail:   [EMAIL PROTECTED]
> mobile: +31-6-11 120 978
> --------------------------------------------------
>
>



-- 
Met vriendelijke groeten / Best regards,

Ger Hobbelt

--------------------------------------------------
web:    http://www.hobbelt.com/
        http://www.hebbut.net/
mail:   [EMAIL PROTECTED]
mobile: +31-6-11 120 978
--------------------------------------------------


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-dev@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to