Hello Rich,

Unfortunately no :-(
The error became

bn_ctx.c: In function ‘ctxdbg’:
bn_ctx.c:161:27: error: cast from pointer to integer of different size
[-Werror=pointer-to-int-cast]
bn_ctx.c:161:2: error: format ‘%p’ expects argument of type ‘void *’, but
argument 3 has type ‘unsigned int’ [-Werror=format]
cc1: all warnings being treated as errors


On Sun, Oct 5, 2014 at 5:58 AM, Salz, Rich <rs...@akamai.com> wrote:

> In crypto/bn/bn_ctx.c, line 161:
>         fprintf(stderr,"(%08x): ", (unsigned int)ctx);
> change it to this
>         fprintf(stderr,"(%p): ", ctx);
>
> and see if that fixes it.
> --
> Principal Security Engineer, Akamai Technologies
> IM: rs...@jabber.me Twitter: RichSalz
>
>
>


-- 
SY, Dmitry Belyavsky

Reply via email to