Hack b_print.c to implement asprintf() functionality. Not enabled by
authorRichard Levitte <levitte@openssl.org>
Thu, 2 Mar 2000 07:50:02 +0000 (07:50 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 2 Mar 2000 07:50:02 +0000 (07:50 +0000)
commit5ee0d9c4a3fbe6d42637a1bef3d13ca85c5c5c13
tree762a0acd7b167b7c40de7a07e3b3618321431055
parent84339237d1b7347806162bd25487cb7735ac1993
Hack b_print.c to implement asprintf() functionality.  Not enabled by
default yet, I wanna play with it a bit more.

For those who don't know: asprintf() is an allocating sprintf.  The
first argument to it is a double indirection to char instead of a
single.
crypto/bio/b_print.c