Go to the documentation of this file.
66 unsigned char *buf,
int off)
71 if (num == NULL)
return(1);
84 if (
BIO_printf(bp,
"%s %s%lu (%s0x%lx)\n",number,neg,
85 (
unsigned long)num->
d[0],neg,(
unsigned long)num->
d[0])
92 (neg[0] ==
'-')?
" (Negative)":
"") <= 0)
108 if (
BIO_printf(bp,
"%02x%s",buf[i],((i+1) == n)?
"":
":")
111 if (
BIO_write(bp,
"\n",1) <= 0)
return(0);