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: [email protected] Twitter: RichSalz
