Basically, I wanted to be able to make a dump to a FILE*, and not have
authorRichard Levitte <levitte@openssl.org>
Wed, 11 Aug 2004 21:13:57 +0000 (21:13 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 11 Aug 2004 21:13:57 +0000 (21:13 +0000)
commitbb1a915c24121e5278d7feeab7c96d06197999b9
tree7cf4e031acbd5d86885b1ca2b085fd81e386aca0
parentb94f886b22db1da9154bbe236957379fc783c176
Basically, I wanted to be able to make a dump to a FILE*, and not have
to bother creating a BIO around it.  So here's a few more functions to
make it possible to make the dump using a printing callback, and to
print to a FILE* (based on the callback variant), done in the same
style as the functions in crypto/err/err_prn.c.
crypto/bio/b_dump.c
crypto/bio/bio.h