Hello Rich,

Yes, removing the cast solves the problem.

beldmit@manul$ sed -n -e 160,162p crypto/bn/bn_ctx.c
        BN_STACK *stack = &ctx->stack;
        fprintf(stderr,"(%p): ", ctx);
        while(bnidx < ctx->used)


Thank you!

On Sun, Oct 5, 2014 at 4:08 PM, Salz, Rich <rs...@akamai.com> wrote:

> Did you take the (unsigned int) cast off?
>
> Do sed –n –e 160,162p bn_ctx.
>



-- 
SY, Dmitry Belyavsky

Reply via email to