Cleanup mttest.c : modernise output
authorRichard Levitte <levitte@openssl.org>
Sun, 21 Jun 2015 17:11:43 +0000 (19:11 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 21 Jun 2015 20:12:07 +0000 (22:12 +0200)
commit9007dfa2030c58a10e6b16c5920d5a4ff0578933
treecaf941374ced10133b3cd7ec9a402c21b04a07d3
parent603bebc0e753a70587972af5600cbb57b14f218b
Cleanup mttest.c : modernise output

Construct bio_err and bio_stdout from file handles instead of FILE
pointers, since the latter might not be implemented (when OPENSSL_NO_STDIO
is defined).
Convert all output to use BIO_printf.
Change lh_foo to lh_SSL_SESSION_foo.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(cherry picked from commit bb8abd6735e198de36c1eb9098a7f1516d156220)

Conflicts:
crypto/threads/mttest.c
crypto/threads/mttest.c